-
Notifications
You must be signed in to change notification settings - Fork 16
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
Lo - Create L1A Direct Event CDFs #1221
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in l1a makes sense to me. LGTM
@@ -127,6 +127,7 @@ direct_events: | |||
CATDESC: Index of number of direct events for pointing | |||
FIELDNAM: direct_events | |||
LABLAXIS: DE | |||
LABL_PTR_1: direct_events_label |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to move this upto line 50? It seems like you are inheriting de_default
a lot and it has depend_1
. If it has depend_1
, it also needs labl_prt_1
. I don't remember if ISTP check catches that or not but it will be something you will come across later.
@@ -146,7 +147,7 @@ esa_step: | |||
VALIDMAX: 7 | |||
FORMAT: I1 | |||
CATDESC: Energy Step | |||
DEPEND_1: esa_step | |||
DEPEND_1: direct_events |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could this be extra now since de_default
already has it? you may just need to remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Change Summary
Overview
Adds the DE processing code to the pipeline and adds L1A Direct Event Attributes to the processed dataset
Updated Files
Testing
Added check for L1A dataset logical source results for each product being created in the pipeline. Planning to add further attribute testing in the future
Closes #1013
Closes #1014