mDiffFitExec

montage_wrapper.commands.mDiffFitExec(diffs_table, fits_table, diff_dir, debug=False, status_file=None)[source]

Using the table of overlaps found by mOverlaps, mDiffFitExec runs both mDiff and mFitplane for each record. The fitting parameters are written to a file to be used by mBgModel.

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

Page Contents