-
Notifications
You must be signed in to change notification settings - Fork 34
SWE: L1B to L2 flag addition #2950
Copy link
Copy link
Closed
Labels
Data Release 1Deadline: June 15, 2026Deadline: June 15, 2026Ins: SWERelated to the SWE instrumentRelated to the SWE instrumentPhase E: Parent IssuePhase E major task indicatorPhase E major task indicatorPlannedTasks originally committed for the monthTasks originally committed for the monthRelease BlockerNeeds to be addressed before (next) public releaseNeeds to be addressed before (next) public releaseenhancementNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Assignees
Labels
Data Release 1Deadline: June 15, 2026Deadline: June 15, 2026Ins: SWERelated to the SWE instrumentRelated to the SWE instrumentPhase E: Parent IssuePhase E major task indicatorPhase E major task indicatorPlannedTasks originally committed for the monthTasks originally committed for the monthRelease BlockerNeeds to be addressed before (next) public releaseNeeds to be addressed before (next) public releaseenhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
Status
Done
Based on discussion of SWE L1b in-flight calibration file naming in #2609. We need to implement some updates to the L1b and L2 code.
We need to add flag variable in l1b that says that we used last line data to extrapolate. Then add note in the metadata description to "be cautious" message to user. and carry flag variable that over in L2 for L3 use.
Next to the last line, which is the last calibration point, we want to flag from that onward.
Eg.
Use and update this function as needed, https://github.com/IMAP-Science-Operations-Center/imap_processing/blob/dev/imap_processing/swe/l1b/swe_l1b.py#L189.