mFitExec

montage_wrapper.commands.mFitExec(diffs_table, fits_table, diff_dir, debug=False, status_file=None, mpi=False, n_proc=8)[source]

Runs mFitplane on all the difference images identified by mOverlaps and generated by mDiff or mDiffExec. mFitExec creates a table of image-to- image difference parameters.

Parameters :

diffs_table : str

Overlap table generated by mOverlaps, the last column of which contains the filenames of the difference images generated by mDiffExec.

fits_table : str

Output table of difference paramaters.

diff_dir : str

Directory containing difference images.

debug : bool, optional

Turns on debugging

status_file : str, optional

Writes output message to status_file instead of to stdout

mpi : bool, optional

If set to True, will use the MPI-enabled versions of the Montage executable.

n_proc : int, optional

If mpi is set to True, n_proc is the number of processes to run simultaneously (default is 8)

Page Contents