lsst.meas.modelfit
15.0-3-g150fc43+8
|
#include <PixelFitRegion.h>
Public Member Functions | |
PixelFitRegionControl () | |
Public Attributes | |
double | nKronRadii |
"Use this multiple of the Kron ellipse to set the fit region (for the final fit region, " "subject to the nFitRadiiMin and nFitRadiiMax constraints)." ; More... | |
double | nPsfSigmaMin |
"If the Kron radius is less than this multiple of the PSF width, ignore it and fall back " "to a PSF-oriented ellipse scaled to match the area of the footprint or this radius " "(whichever is larger)." ; More... | |
double | nPsfSigmaGrow |
"Grow the initial fit ellipses by this factor before comparing with the Kron/Footprint region" ; More... | |
double | nFitRadiiMin |
"Use this multiple of the initial fit ellipse then grow by the PSF width " "to determine the minimum final fit region size." ; More... | |
double | nFitRadiiMax |
"Use this multiple of the initial fit ellipse then grow by the PSF width " "to determine the maximum final fit region size." ; More... | |
int | maxArea |
"Abort if the fit region grows beyond this many pixels." ; More... | |
std::vector< std::string > | badMaskPlanes |
"Mask planes that indicate pixels that should be ignored in the fit." ; More... | |
double | maxBadPixelFraction |
"Maximum fraction of pixels that may be ignored due to masks; " "more than this and we don't even try." ; More... | |
Definition at line 36 of file PixelFitRegion.h.
|
inline |
Definition at line 38 of file PixelFitRegion.h.
std::vector<std::string> lsst::meas::modelfit::PixelFitRegionControl::badMaskPlanes |
"Mask planes that indicate pixels that should be ignored in the fit." ;
Definition at line 91 of file PixelFitRegion.h.
int lsst::meas::modelfit::PixelFitRegionControl::maxArea |
"Abort if the fit region grows beyond this many pixels." ;
Definition at line 86 of file PixelFitRegion.h.
double lsst::meas::modelfit::PixelFitRegionControl::maxBadPixelFraction |
"Maximum fraction of pixels that may be ignored due to masks; " "more than this and we don't even try." ;
Definition at line 97 of file PixelFitRegion.h.
double lsst::meas::modelfit::PixelFitRegionControl::nFitRadiiMax |
"Use this multiple of the initial fit ellipse then grow by the PSF width " "to determine the maximum final fit region size." ;
Definition at line 81 of file PixelFitRegion.h.
double lsst::meas::modelfit::PixelFitRegionControl::nFitRadiiMin |
"Use this multiple of the initial fit ellipse then grow by the PSF width " "to determine the minimum final fit region size." ;
Definition at line 75 of file PixelFitRegion.h.
double lsst::meas::modelfit::PixelFitRegionControl::nKronRadii |
"Use this multiple of the Kron ellipse to set the fit region (for the final fit region, " "subject to the nFitRadiiMin and nFitRadiiMax constraints)." ;
Definition at line 57 of file PixelFitRegion.h.
double lsst::meas::modelfit::PixelFitRegionControl::nPsfSigmaGrow |
"Grow the initial fit ellipses by this factor before comparing with the Kron/Footprint region" ;
Definition at line 69 of file PixelFitRegion.h.
double lsst::meas::modelfit::PixelFitRegionControl::nPsfSigmaMin |
"If the Kron radius is less than this multiple of the PSF width, ignore it and fall back " "to a PSF-oriented ellipse scaled to match the area of the footprint or this radius " "(whichever is larger)." ;
Definition at line 64 of file PixelFitRegion.h.