Skip to content

Commit e331521

Browse files
committed
Switch to calibrateImage outputs
1 parent 6903dfe commit e331521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/lsst/analysis/tools/tasks/deltaSkyCorrAnalysis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ class DeltaSkyCorrHistConnections(PipelineTaskConnections, dimensions=("instrume
6060
deferLoad=True,
6161
)
6262
calexpBackgrounds = Input(
63-
name="calexpBackground",
63+
name="initial_pvi_background",
6464
storageClass="Background",
6565
doc="Initial per-detector background models associated with the calibrated exposure.",
6666
multiple=True,
6767
dimensions=("instrument", "visit", "detector"),
6868
deferLoad=True,
6969
)
7070
photoCalib = Input(
71-
name="calexp.photoCalib",
71+
name="initial_pvi.photoCalib",
7272
storageClass="PhotoCalib",
7373
doc="Photometric calibration associated with the calibrated exposure.",
7474
multiple=True,

0 commit comments

Comments
 (0)