|
| GeneralPsfFitterAlgorithm (GeneralPsfFitterControl const &ctrl, afw::table::Schema &schema, std::string const &prefix) |
|
shapelet::MultiShapeletFunctionKey | getKey () |
|
void | measure (afw::table::SourceRecord &measRecord, afw::image::Image< double > const &image, shapelet::MultiShapeletFunction const &initial) const |
|
void | measure (afw::table::SourceRecord &measRecord, afw::image::Image< double > const &image, afw::geom::ellipses::Quadrupole const &moments) const |
|
void | fail (afw::table::SourceRecord &measRecord, lsst::meas::base::MeasurementError *error=nullptr) const |
|
| GeneralPsfFitter (GeneralPsfFitterControl const &ctrl) |
| Initialize the fitter class with the given control object. More...
|
|
shapelet::MultiShapeletFunctionKey | addFields (afw::table::Schema &schema, std::string const &prefix) const |
| Add fields to a Schema that can be used to store the MultiShapeletFunction returned by apply(). More...
|
|
boost::shared_ptr< Model > | getModel () const |
| Return the Model object that corresponds to the configuration. More...
|
|
boost::shared_ptr< Prior > | getPrior () const |
| Return the Prior object that corresponds to the configuration. More...
|
|
shapelet::MultiShapeletFunction | adapt (shapelet::MultiShapeletFunction const &previousFit, boost::shared_ptr< Model > previousModel) const |
| Adapt a differently-configured previous fit to be used as an starting point for this GeneralPsfFitter. More...
|
|
shapelet::MultiShapeletFunction | apply (afw::image::Image< Pixel > const &image, afw::geom::ellipses::Quadrupole const &moments, Scalar noiseSigma=-1, int *pState=nullptr) const |
| Perform an initial fit to a PSF image. More...
|
|
shapelet::MultiShapeletFunction | apply (afw::image::Image< double > const &image, afw::geom::ellipses::Quadrupole const &moments, Scalar noiseSigma=-1, int *pState=nullptr) const |
| Perform an initial fit to a PSF image. More...
|
|
shapelet::MultiShapeletFunction | apply (afw::image::Image< Pixel > const &image, shapelet::MultiShapeletFunction const &initial, Scalar noiseSigma=-1, int *pState=nullptr) const |
| Perform a fit to a PSF image, using a previous fit as a starting point. More...
|
|
shapelet::MultiShapeletFunction | apply (afw::image::Image< double > const &image, shapelet::MultiShapeletFunction const &initial, Scalar noiseSigma=-1, int *pState=nullptr) const |
| Perform a fit to a PSF image, using a previous fit as a starting point. More...
|
|
Definition at line 265 of file GeneralPsfFitter.h.