forked from IMAP-Science-Operations-Center/imap_processing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Update IDEX (IMAP-Science-Operations-Center#695)
* Updating IDEX CDF attributes, and separating l0 and l1 code
- Loading branch information
Showing
11 changed files
with
628 additions
and
660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,5 @@ Level 1 Processing Code: | |
:template: autosummary.rst | ||
:recursive: | ||
|
||
idex_packet_parser | ||
l0.idex_l0 | ||
l1.idex_l1 |
24 changes: 24 additions & 0 deletions
24
imap_processing/cdf/config/imap_idex_global_cdf_attrs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
instrument_base: &instrument_base | ||
Descriptor: IDEX>Interstellar Dust Experiment | ||
TEXT: > | ||
The Interstellar Dust Experiment (IDEX) is a time-of-flight (TOF) | ||
dust impact ionization mass spectrometer on the IMAP mission that | ||
provides the elemental composition, speed, and mass distributions | ||
of interstellar dust and interplanetary dust particles. Each record | ||
contains the data from a single dust impact. See | ||
https://imap.princeton.edu/instruments/idex for more details. | ||
Instrument_type: | ||
|
||
imap_idex_l1_sci: | ||
<<: *instrument_base | ||
Data_level: L1 | ||
Data_type: L1_SCI>Level-1 Science Data | ||
Logical_source: imap_idex_l1_sci | ||
Logical_source_description: IMAP Mission IDEX Instrument Level-1 Data. | ||
|
||
imap_idex_l2_sci: | ||
<<: *instrument_base | ||
Data_level: L2 | ||
Data_type: L2_SCI>Level-2 Science Data | ||
Logical_source: idex_l2_global_attrs | ||
Logical_source_description: IMAP Mission IDEX Instrument Level-2 Data |
Oops, something went wrong.