Skip to content

Commit

Permalink
Added SWAPI L3 levels to the list of valid levels (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
tech3371 authored Sep 17, 2024
1 parent 094afd8 commit 66eb9f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 66eb9f0

Please sign in to comment.