calibrate_file

hermes_eea.calibration.calibration.calibrate_file(data_filename: Path, destination_dir: Path) Path[source]

Given an input data file, raise it to the next level (e.g. level 0 to level 1, level 1 to quicklook) it and return a new file.

Parameters:
  • data_filename (pathlib.Path) – Fully specificied filename of the input data file.

  • destination_dir (pathlib.Path) – Fully specificied directory where the output file will be written.

Returns:

output_filename (pathlib.Path) – Fully specificied filename of the output file.