From 07ebd8180e6971de251ec09edc508c5bb41e8e5c Mon Sep 17 00:00:00 2001 From: Eli Rykoff Date: Wed, 5 Nov 2025 15:14:04 -0800 Subject: [PATCH] Add gain_correction as possible IsrTaskLSST input. --- tests/test_pipelines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pipelines.py b/tests/test_pipelines.py index b2db036..43fcaeb 100644 --- a/tests/test_pipelines.py +++ b/tests/test_pipelines.py @@ -82,7 +82,7 @@ def test_datasets(self): "opticsTransmission", "filterTransmission", "atmosphereTransmission", "illumMaskedImage", "deferredChargeCalib", # ISR-LSST - "bfk", "cti", "dnlLUT", + "bfk", "cti", "dnlLUT", "gain_correction", # Everything else "skyMap", "gaia_dr3_20230707", "gaia_dr2_20200414", "ps1_pv3_3pi_20170110", "template_coadd", "pretrainedModelPackage",