Bands and Filters (craftutils.observation.filters)

Contains classes representing bandpasses for astronomical instruments.

Functions

craftutils.observation.filters.save_svo_filter(facility_name, ...)
Parameters
facility_name

instrument_name

filter_name

output

Returns

craftutils.observation.filters.best_for_path(filter_list, ...)
craftutils.observation.filters.save_fors2_calib(output: str, ...)

Retrieves the full set of photometry parameters from the FORS2 quality control archive (http://archive.eso.org/bin/qc1_cgi?action=qc1_browse_table&table=fors2_photometry), from date_from to date_to, formats them conveniently for numpy to read, and writes them to disk at the location given by output.

Classes

class craftutils.observation.filters.date

date(year, month, day) –> date object