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

Added SWAPI L3 levels to the list of valid levels #847

Merged
merged 2 commits into from
Sep 17, 2024
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
2 changes: 1 addition & 1 deletion imap_processing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"idex": ["l0", "l1a", "l1b", "l2"],
"lo": ["l0", "l1a", "l1b", "l1c", "l2"],
"mag": ["l0", "l1a", "l1b", "l1c", "l2pre", "l2"],
"swapi": ["l0", "l1", "l2"],
"swapi": ["l0", "l1", "l2", "l3a", "l3b"],
"swe": ["l0", "l1a", "l1b", "l2"],
"ultra": ["l0", "l1a", "l1b", "l1c", "l2"],
}
6 changes: 3 additions & 3 deletions imap_processing/cdf/config/imap_swapi_global_cdf_attrs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ imap_swapi_l1_sci:
<<: *instrument_base
# NOTE: Right now, this Data_level is required to produce valid CDF
Data_level: "1"
Data_type: L1_SCI>Level-1 Science data in 1 minute resolution
Data_type: L1_SCI>Level-1 Science data
Logical_source: imap_swapi_l1_sci
Logical_source_description: SWAPI Instrument Level-1 Science Data

Expand All @@ -28,6 +28,6 @@ imap_swapi_l1_hk:
imap_swapi_l2_sci:
<<: *instrument_base
Data_level: "2"
Data_type: L2_SCI>Level-2 Science data in 1 minute resolution
Data_type: L2_SCI>Level-2 Science data
Logical_source: imap_swapi_l2_sci
Logical_source_description: SWAPI Instrument Level-1 Science Data in 1 minute resolution
Logical_source_description: SWAPI Instrument Level-1 Science Data
Loading