24 #ifndef LSST_MEAS_BASE_PeakLikelihoodFlux_h_INCLUDED 25 #define LSST_MEAS_BASE_PeakLikelihoodFlux_h_INCLUDED 36 namespace lsst {
namespace meas {
namespace base {
61 "Name of warping kernel (e.g. \"lanczos4\") used to compute the peak");
111 #endif // !LSST_MEAS_BASE_PeakLikelihoodFlux_h_INCLUDED
PeakLikelihoodFluxControl Control
A typedef to the Control object for this algorithm, defined above.
Simple class used to define and document flags The name and doc constitute the identity of the FlagDe...
Exception to be thrown when a measurement algorithm experiences a known failure mode.
#define LSST_CONTROL_FIELD(NAME, TYPE, DOC)
C++ control object for peak likelihood flux.
PeakLikelihoodFluxControl()
static FlagDefinition const FAILURE
Utility class for handling flag fields that indicate the failure modes of an algorithm.
PeakLikelihoodFluxAlgorithm
A FunctorKey for FluxResult.
An abstract base classes for which the same implementation can be used for both SingleFrameAlgorithm ...
std::string warpingKernelName
"Name of warping kernel (e.g. \"lanczos4") used to compute the peak" ;
A measurement algorithm that estimates the peak flux, using a filtered image which has been convolved...
vector-type utility class to build a collection of FlagDefinitions