-
Notifications
You must be signed in to change notification settings - Fork 33
ENA - Add spacecraft position to Lo L1C and L2 datasets #3127
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
Merged
ahotasu
merged 13 commits into
IMAP-Science-Operations-Center:dev
from
ahotasu:Lo-L1c-Add-SC-Pos
May 8, 2026
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
503a6b0
Initial commit adding position to psets.
ahotasu 3fa2b17
Updated tests to ensure spacecraft position and
ahotasu 7447214
Merge branch 'IMAP-Science-Operations-Center:dev' into Lo-L1c-Add-SC-Pos
ahotasu ad37d86
Merge branch 'IMAP-Science-Operations-Center:dev' into Lo-L1c-Add-SC-Pos
ahotasu c0af4ca
Potential fix for pull request finding
ahotasu 7413d8f
Updates to address CoPilot suggestions
ahotasu 3c9ecf9
Modified l1c PSET creation to only include the
ahotasu f3e5f95
Merge branch 'dev' into Lo-L1c-Add-SC-Pos
ahotasu 021bf0f
Merge branch 'IMAP-Science-Operations-Center:dev' into Lo-L1c-Add-SC-Pos
ahotasu 96163bc
Updated ENA map tests to match new implementation
ahotasu 82f62e4
Fixed old issue with datatype for L2 map during attribute application.
ahotasu 0781095
Fixed ordering for new Lo CDF attributes.
ahotasu e7515f1
Addressed CoPilot"s comments, produced a PSET CDF and validated forma…
ahotasu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,21 @@ default_attrs: &default | |
| VALIDMIN: 0 | ||
| VAR_TYPE: data | ||
|
|
||
| default_float32_attrs: &default_float32 | ||
| <<: *default | ||
| FILLVAL: -1.0e31 | ||
| FORMAT: F12.6 | ||
| VALIDMAX: 3.4028235e+38 | ||
| VALIDMIN: -3.4028235e+38 | ||
| dtype: float32 | ||
|
|
||
| component: | ||
| CATDESC: Cartesian components (x,y,z) | ||
| FIELDNAM: component | ||
| FORMAT: A3 | ||
| LABLAXIS: component | ||
| VAR_TYPE: metadata | ||
|
Comment on lines
+20
to
+25
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this should be the vector components label variable? |
||
|
|
||
| # Non-epoch Coordinates | ||
| esa_energy_step_label: | ||
| CATDESC: ESA Steps | ||
|
|
@@ -268,3 +283,27 @@ o_background_rates_sys_err: | |
| LABL_PTR_1: esa_energy_step_label | ||
| LABL_PTR_2: spin_angle_label | ||
| LABL_PTR_3: off_angle_label | ||
|
|
||
| sc_velocity: | ||
| <<: *default_float32 | ||
| CATDESC: x,y,z-components in the HAE coordinate system of the mean velocity vector, in km/s | ||
| FIELDNAM: sc_velocity | ||
| FORMAT: F12.2 | ||
| LABLAXIS: spacecraft velocity | ||
| LABL_PTR_1: label_vector_HAE | ||
| UNITS: "km/s" | ||
|
|
||
| sc_position: | ||
| <<: *default_float32 | ||
| CATDESC: x,y,z-components in the HAE coordinate system of the mean spacecraft position, in km | ||
| FIELDNAM: sc_position | ||
| FORMAT: F12.2 | ||
| LABLAXIS: spacecraft position | ||
| LABL_PTR_1: label_vector_HAE | ||
| UNITS: "km" | ||
|
ahotasu marked this conversation as resolved.
|
||
|
|
||
| label_vector_HAE: | ||
| CATDESC: Cartesian components (x,y,z) | ||
| FIELDNAM: Cartesian components | ||
| FORMAT: A5 | ||
| VAR_TYPE: metadata | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.