imap_processing.codice.codice_l0.decom_packets#

imap_processing.codice.codice_l0.decom_packets(packet_file: Path) dict[int, Dataset]#

Decom CoDICE data packets using CoDICE packet definition.

Parameters:

packet_file (pathlib.Path) – Path to data packet path with filename.

Returns:

datasets – Mapping from apid to xarray dataset, one dataset per apid.

Return type:

dict[int, xarray.Dataset]