Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abudlong committed Dec 6, 2024
1 parent 40ba199 commit ab99de5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions python/lsst/pipe/tasks/calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,9 @@ def _fit_photometry(self, exposure, stars):
unchanged.
stars : `lsst.afw.table.SourceCatalog`
Good stars selected for use in calibration.
background : `lsst.afw.math.BackgroundList`
Background that was fit to the exposure during detection of the
above stars.
Returns
-------
Expand Down
8 changes: 2 additions & 6 deletions python/lsst/pipe/tasks/photoCal.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,12 +332,8 @@ def run(self, exposure, sourceCat, expId=0):
----------
exposure : `lsst.afw.image.Exposure`
Exposure upon which the sources in the matches were detected.
sourceCat : `lsst.afw.image.SourceCatalog`
A catalog of sources to use in the calibration
(i.e. a `list` of `lsst.afw.table.Match` with
first being of type `lsst.afw.table.SimpleRecord` and second type `lsst.afw.table.SourceRecord`
the reference object and matched object respectively).
Will not be modified except to set the outputField if requested.
sourceCat : `lsst.afw.table.SourceCatalog`
Good stars selected for use in calibration.
expId : `int`, optional
Exposure ID.
Expand Down

0 comments on commit ab99de5

Please sign in to comment.