mSubset

montage_wrapper.commands.mSubset(images_table, template_header, subset_table, debug_level=None, fast_mode=False, status_file=None)[source]

Generates a table of images that is a subset of the input table, containing only those images that cover the area defined by a given FITS header.

Parameters :

images_table : str

ASCII table (generated by mImgtbl) containing metadata for image collection.

template_header : str

FITS header template defining the area of interest.

subset_table : str

Path to output table, which will contain only those FITS images covering the area defined by template_header.

debug_level : int, optional

Turns on debugging to the specified level (1-3).

fast_mode : bool, optional

Fast mode - input file must include corners (corners option in mImgtbl) to utilize this mode.

status_file : str, optional

Output and errors are sent to status_file instead of to stdout

Page Contents