lsst.meas.base ge56fc974f0+69957a1b98
|
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. | |
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. | |
Public Attributes | |
meas::base::Flux | instFlux |
Measured instFlux in DN. | |
meas::base::FluxErrElement | instFluxErr |
Standard deviation of instFlux in DN. | |
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 flag name.
Definition at line 222 of file ApertureFlux.h.
Return the flag value associated with the given bit.
Definition at line 219 of file ApertureFlux.h.
Set the flag value associated with the given bit.
Definition at line 227 of file ApertureFlux.h.
Clear (i.e. set to false) the flag associated with the given bit.
Definition at line 230 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.