get_calibration_file¶
- hermes_nemisis.calibration.calibration.get_calibration_file(data_filename: Path, time=None) Path[source]¶
Given a time, return the appropriate calibration file.
- Parameters:
data_filename (
pathlib.Path) – Fully specificied filename of the non-calibrated file (data level < 2)time (Time) –
- Returns:
calib_filename (
pathlib.Path) – Fully specificied filename for the appropriate calibration file.
Examples