We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1322fae commit 5656cd9Copy full SHA for 5656cd9
imap_processing/ultra/l1b/ultra_l1b.py
@@ -43,7 +43,7 @@ def ultra_l1b(data_dict: dict, ancillary_files: dict) -> list[xr.Dataset]:
43
l1a_de_products = [
44
name
45
for name in data_dict.keys()
46
- if re.search(rf"{instrument_id}sensor.*-de$", name)
+ if re.search(rf"^imap_ultra_l1a_{instrument_id}sensor.*-de$", name)
47
]
48
# L1b de data will be created if L1a de data is available
49
# Including priority de products
0 commit comments