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’ packet_list = decom_packets(packet_file)
Functions
|
Decom CoDICE data packets using CoDICE packet definition. |