mBestImage

montage_wrapper.commands.mBestImage(images_table, ra, dec, debug_level=None)[source]

Given a list of images and a position on the sky, determine which image covers the location “best” (i.e., the one where the position is farthest from the nearest edge).

Parameters :

images_table : str

Input table of image metadata (as generated by mImgtbl).

ra : float

RA of location of interest (in degrees)

dec : float

Declination of location of interest (in degrees)

debug_level : int, optional

Turn on debugging to the specified level (1 or 2)

Page Contents