imap_processing.idex.idex_l1b.idex_l1b#

imap_processing.idex.idex_l1b.idex_l1b(l1a_dataset: Dataset, data_version: str) Dataset#

Will process IDEX l1a data to create l1b data products.

Parameters:
  • l1a_dataset (xarray.Dataset) – IDEX L1a dataset to process.

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

Returns:

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

Return type:

xarray.Dataset