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

Small update CoDICE and IDEX data product naming conventions #1123

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading