Skip to content

Commit 00f7c26

Browse files
committed
Note that the previous-day input must become L1C, not norm L1B
Per MAG review on imap_processing#3323, the processing side now takes the previous day's L1C as the timeline source and rejects a previous-day norm L1B; this config is a superseded placeholder until the past-day delivery design (custom_behavior) lands.
1 parent 358131c commit 00f7c26

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

sds_data_manager/orchestration/dependencies/imap_mag_dependencies.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,10 @@
149149
# NOTE: do not merge yet - the orchestration does not currently apply
150150
# date_range when selecting input files (needs custom_behavior support,
151151
# like hi.py), and the trigger sensor's range parser does not handle
152-
# negative values like "-1d".
152+
# negative values like "-1d". ALSO superseded: per MAG review the
153+
# delivered input must be the previous day's L1C, not norm L1B
154+
# (imap_processing PR 3323); this entry is a placeholder until the
155+
# orchestration design lands.
153156
date_range: ["-1d", "0d"]
154157
- source: mag
155158
data_type: l1b
@@ -184,7 +187,10 @@
184187
# NOTE: do not merge yet - the orchestration does not currently apply
185188
# date_range when selecting input files (needs custom_behavior support,
186189
# like hi.py), and the trigger sensor's range parser does not handle
187-
# negative values like "-1d".
190+
# negative values like "-1d". ALSO superseded: per MAG review the
191+
# delivered input must be the previous day's L1C, not norm L1B
192+
# (imap_processing PR 3323); this entry is a placeholder until the
193+
# orchestration design lands.
188194
date_range: ["-1d", "0d"]
189195
- source: mag
190196
data_type: l1b

0 commit comments

Comments
 (0)