get_calibration_file

hermes_eea.calibration.calibration.get_calibration_file(data_filename: Path, time=None) Path[source]

Given a time, return the appropriate calibration file. :param data_filename: Fully specificied filename of the non-calibrated file (data level < 2) :type data_filename: str :param time: :type time: ~astropy.time.Time

Returns:

calib_filename (str) – Fully specificied filename for the appropriate calibration file.

Examples