Skip to content

Commit

Permalink
Switch to calibrateImage outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Oct 7, 2024
1 parent a32ea48 commit 6305437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/analysis/tools/tasks/deltaSkyCorrAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ class DeltaSkyCorrHistConnections(PipelineTaskConnections, dimensions=("instrume
deferLoad=True,
)
calexpBackgrounds = Input(
name="calexpBackground",
name="initial_pvi_background",
storageClass="Background",
doc="Initial per-detector background models associated with the calibrated exposure.",
multiple=True,
dimensions=("instrument", "visit", "detector"),
deferLoad=True,
)
photoCalib = Input(
name="calexp.photoCalib",
name="initial_pvi.photoCalib",
storageClass="PhotoCalib",
doc="Photometric calibration associated with the calibrated exposure.",
multiple=True,
Expand Down

0 comments on commit 6305437

Please sign in to comment.