lsst.meas.base
13.0-33-gb1a1d47+15
|
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 | |
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.
|
inherited |
Measured flux in DN.
Definition at line 38 of file FluxUtilities.h.
|
inherited |
1-Sigma error (sqrt of variance) on flux in DN.
Definition at line 39 of file FluxUtilities.h.