GLOWS L2 - Updated Delta +/- uncertainties attribute for photon flux#2731
Merged
sdhoyt merged 1 commit intoIMAP-Science-Operations-Center:devfrom Feb 19, 2026
Merged
Conversation
tech3371
approved these changes
Feb 19, 2026
Contributor
tech3371
left a comment
There was a problem hiding this comment.
looks good besides one minor question.
Comment on lines
+411
to
+412
| DELTA_MINUS_VAR: flux_uncertainties | ||
| DELTA_PLUS_VAR: flux_uncertainties |
Contributor
There was a problem hiding this comment.
Do other variables in this file need delta plus/minus too? Eg. flux_uncertainties or raw_uncertainties or others. If we don't know yet, it's ok. When you run this pass by Andriy, he has been good with identifying those needs. @jtniehof is also a good person to receive inputs like this.
Contributor
Author
There was a problem hiding this comment.
Thanks, I'll look at that when I'm doing general metadata checks
a0a1052
into
IMAP-Science-Operations-Center:dev
22 of 23 checks passed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Change Summary
Added the DELTA_PLUS_VAR, DELTA_MINUS_VAR attributes to the yaml. The flux uncertainties are symmetric so the same value can be used for both the plus and the minus
Ran CLI to test CDF creation
Closes #2315