get_calibration_file

hermes_instrument.calibration.calibration.get_calibration_file(data_filename, time=None)[source]

Given a time, return the appropriate calibration file.

Parameters:
  • data_filename (str) – Fully specificied filename of the non-calibrated file (data level < 2)

  • time (Time) –

Returns:

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

Examples