imap_processing.idex.idex_l1b.convert_waveforms#
- imap_processing.idex.idex_l1b.convert_waveforms(l1a_dataset: Dataset, idex_attrs: ImapCdfAttributes) dict[str, DataArray]#
Apply transformation from raw DN to picocoulombs (pC) for each of the six waveforms.
- Parameters:
l1a_dataset (xarray.Dataset) – IDEX L1a dataset containing the six waveform arrays.
idex_attrs (ImapCdfAttributes) – CDF attribute manager object.
- Returns:
waveforms_converted – A dictionary where the keys are the waveform array names and the values are xr.DataArrays representing the waveforms transformed into picocoulombs.
- Return type: