Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IDEX #695

Merged
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wanted to mention that this will fail with filename convention. It should be something like this

Suggested change
Logical_source: idex_l2_global_attrs
Logical_source: imap_idex_l2_sci

Logical_source_description: IMAP Mission IDEX Instrument Level-2 Data
Loading
Loading