lsst.meas.base
16.0-17-g7e0e4ff+4
|
A Result struct for running an aperture flux algorithm with a single radius. More...
#include <ApertureFlux.h>
Public Member Functions | |
bool | getFlag (unsigned int index) const |
Return the flag value associated with the given bit. More... | |
bool | getFlag (std::string const &name) const |
Return the flag value associated with the given flag name. More... | |
void | setFlag (unsigned int index, bool value=true) |
Set the flag value associated with the given bit. More... | |
void | unsetFlag (unsigned int index) |
Clear (i.e. set to false) the flag associated with the given bit. More... | |
Public Attributes | |
meas::base::Flux | instFlux |
Measured instFlux in DN. More... | |
meas::base::FluxErrElement | instFluxErr |
Standard deviation of instFlux in DN. More... | |
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.
Definition at line 213 of file ApertureFlux.h.
|
inline |
Return the flag value associated with the given bit.
Definition at line 215 of file ApertureFlux.h.
|
inline |
Return the flag value associated with the given flag name.
Definition at line 218 of file ApertureFlux.h.
|
inline |
Set the flag value associated with the given bit.
Definition at line 223 of file ApertureFlux.h.
|
inline |
Clear (i.e. set to false) the flag associated with the given bit.
Definition at line 226 of file ApertureFlux.h.
|
inherited |
Measured instFlux in DN.
Definition at line 42 of file FluxUtilities.h.
|
inherited |
Standard deviation of instFlux in DN.
Definition at line 43 of file FluxUtilities.h.