imap_processing.idex.idex_l1b.idex_l1b#
- imap_processing.idex.idex_l1b.idex_l1b(l1a_dataset: Dataset, descriptor: str) Dataset | None#
Process IDEX l1a data to create l1b data products based on the descriptor.
- Parameters:
l1a_dataset (xarray.Dataset) – IDEX L1a dataset to process.
descriptor (str) – Descriptor to determine the type of l1b processing to perform. E.g. “sci-1week” or “msg”.
- Returns:
l1b_dataset – The``xarray`` dataset containing the processed data and supporting metadata.
- Return type: