craftutils.observation.image.fits_table(input_path: str, output_path: str = '', science_only: bool = True)

Produces and writes to disk a table of .fits files in the given path, with the vital statistics of each. Intended only for use with raw ESO data.

Parameters
input_path: str

output_path: str = ''

science_only: bool = True

If True, we are writing a list for a folder that also contains calibration files, which we want to ignore.

Returns