Skip to content

Commit

Permalink
fixup! matchOptimisticB: correct for distortion
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPrice committed Aug 26, 2015
1 parent c9ac6fe commit a3b200f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions include/lsst/meas/astrom/matchOptimisticB.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ namespace astrom {
Optimistic Pattern Matching is described in V. Tabur 2007, PASA, 24, 189-198
"Fast Algorithms for Matching CCD Images to a Stellar Catalogue"
@param[in] posRefCat catalog of position reference stars
fields that are used:
coord
centroid
hasCentroid
control.refFluxField flux for desired filter
@param[in] sourceCat catalog of detected sources
@param[in] posRefCat catalog of position reference stars; fields read:
- "coord"
- control.refFluxField
@param[in] sourceCat catalog of detected sources; fields read:
- "Centroid_x"
- "Centroid_y"
- control.refFluxField
@param[in] wcs estimated WCS
@param[in] control control object
@param[in] posRefBegInd index of first start to use in posRefCat
Expand Down

0 comments on commit a3b200f

Please sign in to comment.