-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Ins: GLOWSRelated to the GLOWS instrumentRelated to the GLOWS instrumentLevel: L2Level 2 processingLevel 2 processingblockedIndicates that the issue or PR is a blocked by somethingIndicates that the issue or PR is a blocked by somethingenhancementNew feature or requestNew feature or request
Milestone
Description
Parent issue: #1276
Per Section 12.3.4 of the algorithm document, bad-angle flags from L1B must propagate to L2 using OR logic: if a given flag is True in any L1B histogram for the observation day, it is True in L2.
Currently DailyLightcurve sets histogram_flag_array = np.zeros(...) (placeholder) and there is a # todo: bad angle filter comment in glows_l2.py:82.
Implementation:
- Collect the
histogram_flag_arrayfrom all good-time L1B blocks - OR them together per bin to produce the L2
histogram_flag_array
Depends on #2721 (bad-angle flags must be non-zero in L1B first).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Ins: GLOWSRelated to the GLOWS instrumentRelated to the GLOWS instrumentLevel: L2Level 2 processingLevel 2 processingblockedIndicates that the issue or PR is a blocked by somethingIndicates that the issue or PR is a blocked by somethingenhancementNew feature or requestNew feature or request
Type
Projects
Status
Done