LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
#include <ApertureFlux.h>
Public Member Functions | |
bool | getFlag (ApertureFluxAlgorithm::FlagBits bit) const |
Return the flag value associated with the given bit. More... | |
void | setFlag (ApertureFluxAlgorithm::FlagBits bit, bool value=true) |
Set the flag value associated with the given bit. More... | |
void | unsetFlag (ApertureFluxAlgorithm::FlagBits bit) |
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... | |
Private Attributes | |
std::bitset < ApertureFluxAlgorithm::N_FLAGS > | _flags |
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 248 of file ApertureFlux.h.
|
inline |
Return the flag value associated with the given bit.
Definition at line 251 of file ApertureFlux.h.
|
inline |
Set the flag value associated with the given bit.
Definition at line 254 of file ApertureFlux.h.
|
inline |
Clear (i.e. set to false) the flag associated with the given bit.
Definition at line 257 of file ApertureFlux.h.
|
private |
Definition at line 260 of file ApertureFlux.h.