From 0a7ebf60f80bd0bce24357920835f216440e6a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20Fert=C3=A9?= Date: Tue, 22 Oct 2024 11:59:38 -0700 Subject: [PATCH] Point to sasquatch enabled Butler repo for LATISS and ComCam. --- .../lsst/ts/externalscripts/auxtel/make_latiss_calibrations.py | 2 +- .../lsst/ts/externalscripts/maintel/make_comcam_calibrations.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/lsst/ts/externalscripts/auxtel/make_latiss_calibrations.py b/python/lsst/ts/externalscripts/auxtel/make_latiss_calibrations.py index c058de4d1..f924c9d76 100644 --- a/python/lsst/ts/externalscripts/auxtel/make_latiss_calibrations.py +++ b/python/lsst/ts/externalscripts/auxtel/make_latiss_calibrations.py @@ -164,7 +164,7 @@ def get_schema(cls): repo: type: string descriptor: Butler repository. - default: "/repo/LATISS" + default: "/repo/LATISS/butler+sasquatch.yaml" additionalProperties: false """ schema_dict = yaml.safe_load(schema) diff --git a/python/lsst/ts/externalscripts/maintel/make_comcam_calibrations.py b/python/lsst/ts/externalscripts/maintel/make_comcam_calibrations.py index e68fd6e07..9a1fc8d89 100644 --- a/python/lsst/ts/externalscripts/maintel/make_comcam_calibrations.py +++ b/python/lsst/ts/externalscripts/maintel/make_comcam_calibrations.py @@ -172,7 +172,7 @@ def get_schema(cls): repo: type: string descriptor: Butler repository. - default: "/repo/LSSTComCam" + default: "/repo/LSSTComCam/butler+sasquatch.yaml" additionalProperties: false """ schema_dict = yaml.safe_load(schema)