imap_processing.codice.codice_l2#
Perform CoDICE l2 processing.
This module processes CoDICE l1 files and creates L2 data products.
Notes
from imap_processing.codice.codice_l2 import process_codice_l2 dataset = process_codice_l2(l1_filename)
Functions
|
Calculate species or angular intensities. |
|
Calculate geometric factors needed for intensity calculations. |
|
Get the efficiency lookup table. |
|
Get the geometric factor lookup table. |
|
Load lookup tables for hi direct-event processing. |
|
Get the LO DE lookup tables for energy conversions. |
|
Get the mass per charge (MPQ) esa step to energy kev conversion lookup table values. |
|
Get the MPQ calculation tof to ns conversion lookup table values. |
|
Get the efficiency values for a given species. |
|
Will process CoDICE l1 data to create l2 data products. |
|
Process the hi-direct-events L1A dataset to convert variables to physical units. |
|
Process the hi-omni L1B dataset to calculate omni-directional intensities. |
|
Process the hi-omni L1B dataset to calculate omni-directional intensities. |
|
Process the lo-species L2 dataset to calculate angular intensities. |
|
Process the lo-direct-events L1A dataset to convert variables to physical units. |
|
Process the lo-species L2 dataset to calculate species intensities. |