Skip to content

Commit

Permalink
Merge branch 'tickets/DM-48415'
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Jan 15, 2025
2 parents 61791e1 + 93407a4 commit 822e0b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/_ingredients/verifyBias.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@ tasks:
config:
connections.inputExps: 'verifyBiasIsrExpBin8'
connections.outputData: 'verifyBiasResidual8'
dimensions: '("instrument", "exposure")'
binning: 8
mosaicExp64:
class: lsst.pipe.tasks.visualizeVisit.VisualizeMosaicExpTask
config:
connections.inputExps: 'verifyBiasIsrExpBin64'
connections.outputData: 'verifyBiasResidual64'
dimensions: '("instrument", "exposure")'
binning: 64
contracts:
- verifyBiasIsr.binFactor1 == mosaicExp8.binning
Expand Down
2 changes: 2 additions & 0 deletions pipelines/_ingredients/verifyBiasLSST.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@ tasks:
config:
connections.inputExps: 'verifyBiasIsrExpBin8'
connections.outputData: 'verifyBiasResidual8'
dimensions: '("instrument", "exposure")'
binning: 8
mosaicExp64:
class: lsst.pipe.tasks.visualizeVisit.VisualizeMosaicExpTask
config:
connections.inputExps: 'verifyBiasIsrExpBin64'
connections.outputData: 'verifyBiasResidual64'
dimensions: '("instrument", "exposure")'
binning: 64
contracts:
- verifyBiasIsr.binFactor1 == mosaicExp8.binning
Expand Down

0 comments on commit 822e0b6

Please sign in to comment.