Skip to content

Commit

Permalink
Update docs to reflect new name of QuantumContext
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jan 4, 2024
1 parent 0b17872 commit 2ac7f77
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions python/lsst/cp/pipe/linearity.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@ def runQuantum(self, butlerQC, inputRefs, outputRefs):
Parameters
----------
butlerQC : `lsst.daf.butler.butlerQuantumContext.ButlerQuantumContext`
butlerQC : `lsst.daf.butler.QuantumContext`
Butler to operate on.
inputRefs : `lsst.pipe.base.connections.InputQuantizedConnection`
inputRefs : `lsst.pipe.base.InputQuantizedConnection`
Input data refs to load.
ouptutRefs : `lsst.pipe.base.connections.OutputQuantizedConnection`
ouptutRefs : `lsst.pipe.base.OutputQuantizedConnection`
Output data refs to persist.
"""
inputs = butlerQC.get(inputRefs)
Expand Down
6 changes: 3 additions & 3 deletions python/lsst/cp/pipe/makeBrighterFatterKernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ def runQuantum(self, butlerQC, inputRefs, outputRefs):
Parameters
----------
butlerQC : `lsst.daf.butler.butlerQuantumContext.ButlerQuantumContext`
butlerQC : `lsst.daf.butler.QuantumContext`
Butler to operate on.
inputRefs : `lsst.pipe.base.connections.InputQuantizedConnection`
inputRefs : `lsst.pipe.base.InputQuantizedConnection`
Input data refs to load.
ouptutRefs : `lsst.pipe.base.connections.OutputQuantizedConnection`
ouptutRefs : `lsst.pipe.base.OutputQuantizedConnection`
Output data refs to persist.
"""
inputs = butlerQC.get(inputRefs)
Expand Down
6 changes: 3 additions & 3 deletions python/lsst/cp/pipe/measureCrosstalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,11 @@ def runQuantum(self, butlerQC, inputRefs, outputRefs):
Parameters
----------
butlerQC : `lsst.daf.butler.butlerQuantumContext.ButlerQuantumContext`
butlerQC : `lsst.daf.butler.QuantumContext`
Butler to operate on.
inputRefs : `lsst.pipe.base.connections.InputQuantizedConnection`
inputRefs : `lsst.pipe.base.InputQuantizedConnection`
Input data refs to load.
ouptutRefs : `lsst.pipe.base.connections.OutputQuantizedConnection`
ouptutRefs : `lsst.pipe.base.OutputQuantizedConnection`
Output data refs to persist.
"""
inputs = butlerQC.get(inputRefs)
Expand Down
6 changes: 3 additions & 3 deletions python/lsst/cp/pipe/pdCorrection.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ def runQuantum(self, butlerQC, inputRefs, outputRefs):
Parameters
----------
butlerQC : `lsst.daf.butler.butlerQuantumContext.ButlerQuantumContext`
butlerQC : `lsst.daf.butler.QuantumContext`
Butler to operate on.
inputRefs : `lsst.pipe.base.connections.InputQuantizedConnection`
inputRefs : `lsst.pipe.base.InputQuantizedConnection`
Input data refs to load.
outputRefs : `lsst.pipe.base.connections.OutputQuantizedConnection`
outputRefs : `lsst.pipe.base.OutputQuantizedConnection`
Output data refs to persist.
"""
inputs = butlerQC.get(inputRefs)
Expand Down

0 comments on commit 2ac7f77

Please sign in to comment.