Struct ApertureFluxResult¶
Defined in File ApertureFlux.h
Inheritance Relationships¶
Base Type¶
public lsst::meas::base::FluxResult(Struct FluxResult)
Struct Documentation¶
- 
struct 
ApertureFluxResult: public lsst::meas::base::FluxResult A Result struct for running an aperture flux algorithm with a single radius.
This simply extends FluxResult to add the appropriate error flags for aperture fluxes.
Public Functions
- 
bool 
getFlag(unsigned int index) const¶ Return the flag value associated with the given bit.
- 
bool 
getFlag(std::string const &name) const¶ Return the flag value associated with the given flag name.
- 
void 
setFlag(unsigned int index, bool value = true)¶ Set the flag value associated with the given bit.
- 
void 
unsetFlag(unsigned int index)¶ Clear (i.e. set to false) the flag associated with the given bit.
- 
bool