Skip to content

Commit

Permalink
Slightly improve PhotoCalTask docs
Browse files Browse the repository at this point in the history
PhotoCalTask.run was returning important items that were
not documented. I added incomplete info.
  • Loading branch information
r-owen committed Mar 8, 2016
1 parent 83adb89 commit ede56a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/pipe/tasks/photoCal.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,8 @@ def run(self, exposure, matches, doSelectUnresolved=True):
- calib ------- \link lsst::afw::image::Calib\endlink object containing the zero point
- arrays ------ Magnitude arrays returned be PhotoCalTask.extractMagArrays
- matches ----- Final ReferenceMatchVector, as returned by PhotoCalTask.selectMatches.
- sigma ------- ?standard deviation of fit of zero point?
- ngood ------- ?number of sources used to fit zero point?
The exposure is only used to provide the name of the filter being calibrated (it may also be
used to generate debugging plots).
Expand Down

0 comments on commit ede56a4

Please sign in to comment.