|
lsst.meas.base
19.0.0-3-g27e4659+15
|
Configuration object for multiple-aperture flux algorithms. More...
#include <ApertureFlux.h>
Public Member Functions | |
| ApertureFluxControl () | |
Public Attributes | |
| std::vector< double > | radii |
| "Radius (in pixels) of apertures." ; More... | |
| double | maxSincRadius |
| "Maximum radius (in pixels) for which the sinc algorithm should be used instead of the " "faster naive algorithm. For elliptical apertures, this is the minor axis radius." ; More... | |
| std::string | shiftKernel |
| "Warping kernel used to shift Sinc photometry coefficients to different center positions" ; More... | |
Configuration object for multiple-aperture flux algorithms.
Definition at line 49 of file ApertureFlux.h.
| lsst::meas::base::ApertureFluxControl::ApertureFluxControl | ( | ) |
Definition at line 51 of file ApertureFlux.cc.
| double lsst::meas::base::ApertureFluxControl::maxSincRadius |
"Maximum radius (in pixels) for which the sinc algorithm should be used instead of the " "faster naive algorithm. For elliptical apertures, this is the minor axis radius." ;
Definition at line 58 of file ApertureFlux.h.
| std::vector<double> lsst::meas::base::ApertureFluxControl::radii |
"Radius (in pixels) of apertures." ;
Definition at line 53 of file ApertureFlux.h.
| std::string lsst::meas::base::ApertureFluxControl::shiftKernel |
"Warping kernel used to shift Sinc photometry coefficients to different center positions" ;
Definition at line 62 of file ApertureFlux.h.
1.8.13