lsst.meas.base  16.0-8-g2ce35ff+2
Public Member Functions | Public Attributes | List of all members
lsst::meas::base::PeakLikelihoodFluxControl Class Reference

C++ control object for peak likelihood flux. More...

#include <PeakLikelihoodFlux.h>

Public Member Functions

 PeakLikelihoodFluxControl ()
 

Public Attributes

std::string warpingKernelName
 "Name of warping kernel (e.g. \"lanczos4") used to compute the peak" ; More...
 

Detailed Description

C++ control object for peak likelihood flux.

Peak likelihood flux requires an image that has been filtered by convolving with its own PSF (or an approximate model). It is equivalent to a PSF flux (e.g. PsfFluxAlgorithm) computed on a non-preconvolved image.

The PSF must be provided in the exposure, as it is used to compute a weighting factor.

Flux and error are computed as follows:

Definition at line 59 of file PeakLikelihoodFlux.h.

Constructor & Destructor Documentation

◆ PeakLikelihoodFluxControl()

lsst::meas::base::PeakLikelihoodFluxControl::PeakLikelihoodFluxControl ( )
inline

Definition at line 64 of file PeakLikelihoodFlux.h.

Member Data Documentation

◆ warpingKernelName

std::string lsst::meas::base::PeakLikelihoodFluxControl::warpingKernelName

"Name of warping kernel (e.g. \"lanczos4") used to compute the peak" ;

Definition at line 62 of file PeakLikelihoodFlux.h.


The documentation for this class was generated from the following file: