lsst.meas.base
13.0-26-g0f127ff+5
|
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... | |
![]() | |
FluxResult () | |
Default constructor; initializes everything to NaN. More... | |
FluxResult (Flux flux_, FluxErrElement fluxSigma_) | |
Constructor from flux and its uncertainty. More... | |
Additional Inherited Members | |
![]() | |
Flux | flux |
Measured flux in DN. More... | |
FluxErrElement | fluxSigma |
1-Sigma error (sqrt of variance) on flux 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 251 of file ApertureFlux.h.
|
inline |
Return the flag value associated with the given bit.
Definition at line 254 of file ApertureFlux.h.
|
inline |
Return the flag value associated with the given flag name.
Definition at line 257 of file ApertureFlux.h.
|
inline |
Set the flag value associated with the given bit.
Definition at line 262 of file ApertureFlux.h.
|
inline |
Clear (i.e. set to false) the flag associated with the given bit.
Definition at line 265 of file ApertureFlux.h.