calibrate_file

hermes_instrument.calibration.calibration.calibrate_file(data_filename, output_level=2)[source]

Given an input file, calibrate it and return a new file.

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

  • output_level (int) – The requested data level of the output file.

Returns:

output_filename (str) – Fully specificied filename of the non-calibrated file (data level < 2)

Examples