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
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 57 of file PeakLikelihoodFlux.h.

Constructor & Destructor Documentation

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

Definition at line 63 of file PeakLikelihoodFlux.h.

63 : warpingKernelName("lanczos4") {}
std::string warpingKernelName
&quot;Name of warping kernel (e.g. \&quot;lanczos4") used to compute the peak" ;

Member Data Documentation

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

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

Definition at line 61 of file PeakLikelihoodFlux.h.


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