Skip to content

Updates to pass pipeline settings thorugh GLOWS L2#2699

Merged
maxinelasp merged 3 commits intoIMAP-Science-Operations-Center:devfrom
maxinelasp:glows-2369-sunrise-offsets
Feb 17, 2026
Merged

Updates to pass pipeline settings thorugh GLOWS L2#2699
maxinelasp merged 3 commits intoIMAP-Science-Operations-Center:devfrom
maxinelasp:glows-2369-sunrise-offsets

Conversation

@maxinelasp
Copy link
Contributor

Change Summary

Small update which will support other L2 GLOWS - passing ancillary files through to the processing.

Similarly to the L1B changes this will have a corresponding change in SDS data manager.

Overview

Wires up ancillary file through L2 processing.

Note: This PR was written primarily by Claude.

@maxinelasp maxinelasp self-assigned this Feb 13, 2026
Copy link
Contributor

@tech3371 tech3371 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

current_day = np.datetime64(
f"{self.start_date[:4]}-{self.start_date[4:6]}-{self.start_date[6:]}"
)
day_buffer = current_day + np.timedelta64(3, "D")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so you ancillary files always has future days data?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is to handle the difference between repoints and start date, to make sure I always have enough data available.

@maxinelasp maxinelasp merged commit c24d41a into IMAP-Science-Operations-Center:dev Feb 17, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants