Skip to content

Commit

Permalink
Small update CoDICE and IDEX data product naming conventions (#1123)
Browse files Browse the repository at this point in the history
* Minor updates to CoDICE and IDEX naming convention docs
* Updated supported IDEX processing levels to include l2a and l2b distinction
  • Loading branch information
bourque authored Nov 7, 2024
1 parent 0e6c17b commit 9bf9f91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The general filename convention is as follows::
* CoDICE: ``l0``, ``l1a``, ``l1b``, ``l2``, ``l3``
* GLOWS: ``l0``, ``l1a``, ``l1b``, ``l2``, ``l3a``, ``l3b``, ``l3c``, ``l3d``
* HIT: ``l0``, ``l1a``, ``l1b``, ``l2``, ``l3``
* IDEX: ``l0``, ``l1a``, ``l1b``, ``l2``, ``l3``
* IDEX: ``l0``, ``l1a``, ``l1b``, ``l2a``, ``l2b``, ``l3``
* IMAP-Hi: ``l0``, ``l1a``, ``l1b``, ``l1c``, ``l2``, ``l3``
* IMAP-Lo: ``l0``, ``l1a``, ``l1b``, ``l1c``, ``l2``
* IMAP-Ultra: ``l0``, ``l1a``, ``l1b``, ``l1c``, ``l2``, ``l3``
Expand All @@ -35,8 +35,9 @@ The general filename convention is as follows::
descriptors for each instrument:

* CoDICE: ``hskp``, ``lo-counters-aggregated``, ``lo-counters-singles``, ``hi-counters-aggregated``,
``hi-counters-singles``, ``lo-sw-priority``, ``lo-nsw-priority``, ``lo-sw-angular``, ``lo-nsw-angular``, ``lo-pha``,
``hi-pha``, ``lo-sw-species``, ``lo-nsw-species``, ``hi-omni``, ``hi-sectored``, ``lo-ialirt``, ``hi-ialirt``
``hi-counters-singles``, ``hi-priorities``, ``lo-sw-priority``, ``lo-nsw-priority``, ``lo-sw-angular``,
``lo-nsw-angular``, ``lo-pha``, ``hi-pha``, ``lo-sw-species``, ``lo-nsw-species``, ``hi-omni``, ``hi-sectored``,
``lo-ialirt``, ``hi-ialirt``
* GLOWS: ``histogram``, ``de``
* HIT: TBD
* IDEX: ``sci``
Expand Down
2 changes: 1 addition & 1 deletion imap_processing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"glows": ["l0", "l1a", "l1b", "l2"],
"hi": ["l0", "l1a", "l1b", "l1c", "l2"],
"hit": ["l0", "l1a", "l1b", "l2"],
"idex": ["l0", "l1a", "l1b", "l2"],
"idex": ["l0", "l1a", "l1b", "l2a", "l2b"],
"lo": ["l0", "l1a", "l1b", "l1c", "l2"],
"mag": ["l0", "l1a", "l1b", "l1c", "l2pre", "l2"],
"swapi": ["l0", "l1", "l2", "l3a", "l3b"],
Expand Down

0 comments on commit 9bf9f91

Please sign in to comment.