Skip to content

Commit

Permalink
Merge pull request #254 from lsst/tickets/DM-40150
Browse files Browse the repository at this point in the history
DM-40150: Use new name for ButlerQuantumContext
  • Loading branch information
timj committed Jan 5, 2024
2 parents 043fd6e + 531cf65 commit 99855d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_build.*
*~
.coverage*
.sconsign.dblite
config.log
.sconf_temp
Expand Down
8 changes: 4 additions & 4 deletions python/lsst/jointcal/jointcal.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,12 +551,12 @@ def _put_metrics(self, butlerQC, job, outputRefs):
Parameters
----------
butlerQC : `lsst.pipe.base.ButlerQuantumContext`
butlerQC : `lsst.pipe.base.QuantumContext`
A butler which is specialized to operate in the context of a
`lsst.daf.butler.Quantum`; This is the input to `runQuantum`.
job : `lsst.verify.job.Job`
Measurements of metrics to persist.
outputRefs : `list` [`lsst.pipe.base.connectionTypes.OutputQuantizedConnection`]
outputRefs : `list` [`lsst.pipe.base.OutputQuantizedConnection`]
The DatasetRefs to persist the data to.
"""
for key in job.measurements.keys():
Expand All @@ -567,13 +567,13 @@ def _put_output(self, butlerQC, outputs, outputRefs, camera, setter):
Parameters
----------
butlerQC : `lsst.pipe.base.ButlerQuantumContext`
butlerQC : `lsst.pipe.base.QuantumContext`
A butler which is specialized to operate in the context of a
`lsst.daf.butler.Quantum`; This is the input to `runQuantum`.
outputs : `dict` [`tuple`, `lsst.afw.geom.SkyWcs`] or
`dict` [`tuple, `lsst.afw.image.PhotoCalib`]
The fitted objects to persist.
outputRefs : `list` [`lsst.pipe.base.connectionTypes.OutputQuantizedConnection`]
outputRefs : `list` [`lsst.pipe.base.OutputQuantizedConnection`]
The DatasetRefs to persist the data to.
camera : `lsst.afw.cameraGeom.Camera`
The camera for this instrument, to get detector ids from.
Expand Down

0 comments on commit 99855d9

Please sign in to comment.