imap_processing.codice.codice_l2.process_codice_l2#

imap_processing.codice.codice_l2.process_codice_l2(descriptor: str, dependencies: ProcessingInputCollection) Dataset#

Will process CoDICE l1 data to create l2 data products.

Parameters:
  • descriptor (str) – The descriptor for the CoDICE L1 file to process.

  • dependencies (ProcessingInputCollection) – Collection of processing inputs such as ancillary data files.

Returns:

l2_dataset – The``xarray`` dataset containing the science data and supporting metadata.

Return type:

xarray.Dataset