Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Updating IDEX CDF attributes, and separating l0 and l1 code
  • Loading branch information
anamanica authored Jul 19, 2024
1 parent c4aab97 commit ac3bc02
Show file tree
Hide file tree
Showing 11 changed files with 628 additions and 660 deletions.
3 changes: 2 additions & 1 deletion docs/source/code-documentation/idex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 imap_processing/cdf/config/imap_idex_global_cdf_attrs.yaml
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
Loading

0 comments on commit ac3bc02

Please sign in to comment.