imap_processing.codice.codice_l1a#
Perform CoDICE l1a processing.
This module processes CoDICE L0 files and creates L1a data products.
Notes
from imap_processing.codice.codice_l1a import process_codice_l1a processed_datasets = process_codice_l1a(path_to_l0_file)
Functions
|
Calculate and return the values to be used for epoch. |
|
Create dataset for data that is binned by energy. |
|
Create dataset for direct event data. |
|
Create dataset for each metadata field for housekeeping data. |
|
Create dataset for lo- and hi-ialirt data. |
|
Gather and return packet metadata (From packet_version through byte_count). |
|
Return the four 'main' parameters used for l1a processing. |
|
Organize continuation packets into appropriate groups. |
|
Group together the individual I-ALiRT data fields. |
|
Log info about the input data to help with tracking and/or debugging. |
|
Will process CoDICE l0 data to create l1a data products. |
|
Process each I-ALiRT science data stream to extract individual data fields. |
|
Reshape the decompressed direct event data into CDF-ready arrays. |
Classes
|
Contains methods for processing L0 data and creating L1a data products. |