We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 260db3e + 259c589 commit 6e91e50Copy full SHA for 6e91e50
src/osa/paths.py
@@ -263,7 +263,7 @@ def get_datacheck_files(pattern: str, directory: Path) -> list:
263
def datacheck_directory(data_type: str, date: str) -> Path:
264
"""Returns the path to the datacheck directory given the data type."""
265
if data_type in {"PEDESTAL", "CALIB"}:
266
- directory = Path(cfg.get("LST1", f"{data_type}_DIR")) / date / "pro/log"
+ directory = Path(cfg.get("LST1", f"CAT_A_{data_type}_DIR")) / date / "pro/log"
267
elif data_type == "DL1AB":
268
directory = Path(cfg.get("LST1", f"{data_type}_DIR")) / date / options.prod_id
269
elif data_type == "LONGTERM":
0 commit comments