imap_processing.codice.codice_l0#

Perform CoDICE L0 processing.

This module contains a function to decommutate CoDICE CCSDS packets using XTCE packet definitions.

For more information on this process and the latest versions of the packet definitions, see https://lasp.colorado.edu/galaxy/display/IMAP/CoDICE.

Use#

from imap_processing.codice.codice_l0 import decom_packets packet_file = ‘/path/to/raw_ccsds_20230822_122700Z_idle.bin’ xtce_document = ‘/path/to/P_COD_NHK.xml’ packet_list = decom_packets(packet_file, xtce_document)

Functions

decom_packets(packet_file)

Decom CoDICE data packets using CoDICE packet definition.