lsst.meas.base
16.0-7-g95fb7bf+2
|
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 217 of file ApertureFlux.h.
|
inline |
Return the flag value associated with the given bit.
Definition at line 219 of file ApertureFlux.h.
|
inline |
Return the flag value associated with the given flag name.
Definition at line 222 of file ApertureFlux.h.
|
inline |
Set the flag value associated with the given bit.
Definition at line 227 of file ApertureFlux.h.
|
inline |
Clear (i.e. set to false) the flag associated with the given bit.
Definition at line 230 of file ApertureFlux.h.
|
inherited |
Measured flux in DN.
Definition at line 42 of file FluxUtilities.h.
|
inherited |
1-Sigma error (sqrt of variance) on flux in DN.
Definition at line 43 of file FluxUtilities.h.