imap_processing.codice.codice_l1a.process_codice_l1a#

imap_processing.codice.codice_l1a.process_codice_l1a(file_path: Path, data_version: str) list[Dataset]#

Will process CoDICE l0 data to create l1a data products.

Parameters:
  • file_path (pathlib.Path | str) – Path to the CoDICE L0 file to process.

  • data_version (str) – Version of the data product being created.

Returns:

processed_datasets – A list of the xarray datasets containing the science data and supporting metadata.

Return type:

list[xarray.Dataset]