Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pgee committed Mar 16, 2015
1 parent 3b46253 commit e8e654a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/PsfAttributes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ double PsfAttributes::computeGaussianWidth(PsfAttributes::Method how) const {
_psfImage->getY0() + _psfImage->getHeight()/2);
double x(center.getX());
double y(center.getY());
//afw::image::Image<double> const& image(*_psfImage);
//afwGeom::Point2D fitted_center = base::GaussianCentroidAlgorithm::fitCentroid(image, x, y);
afwGeom::Point2D fittedCenter = base::GaussianCentroidAlgorithm::fitCentroid(*_psfImage, x, y);
double const xCen = fittedCenter.getX();
double const yCen = fittedCenter.getY();
Expand Down

0 comments on commit e8e654a

Please sign in to comment.