imap_processing.idex.idex_l2b.idex_l2b#
- imap_processing.idex.idex_l2b.idex_l2b(l2a_datasets: list[Dataset], evt_datasets: list[Dataset]) list[Dataset]#
Will process IDEX l2a data to create l2b and l2c data products.
IDEX L2B processing creates L2b and L2c at the same time because L2c needs no additional dependencies and is a natural extension of L2b processing.
- Parameters:
l2a_datasets (list[xarray.Dataset]) – IDEX L2a datasets to process.
evt_datasets (list[xarray.Dataset]) – List of IDEX housekeeping event message datasets.
- Returns:
The``xarray`` datasets containing the l2b and l2c science data and supporting metadata.
- Return type: