LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::meas::base::ScaledApertureFluxControl Class Reference

#include <ScaledApertureFlux.h>

Public Member Functions

 ScaledApertureFluxControl ()
 

Public Attributes

std::string shiftKernel
 "Warping kernel used to shift Sinc photometry coefficients to different center positions" ; More...
 
double scale
 "Scaling factor of PSF FWHM for aperture radius." ; More...
 

Detailed Description

Definition at line 40 of file ScaledApertureFlux.h.

Constructor & Destructor Documentation

◆ ScaledApertureFluxControl()

lsst::meas::base::ScaledApertureFluxControl::ScaledApertureFluxControl ( )
inline

Definition at line 52 of file ScaledApertureFlux.h.

52 : shiftKernel("lanczos5"), scale(3.14) {}

Member Data Documentation

◆ scale

double lsst::meas::base::ScaledApertureFluxControl::scale

"Scaling factor of PSF FWHM for aperture radius." ;

Definition at line 45 of file ScaledApertureFlux.h.

◆ shiftKernel

std::string lsst::meas::base::ScaledApertureFluxControl::shiftKernel

"Warping kernel used to shift Sinc photometry coefficients to different center positions" ;

Definition at line 44 of file ScaledApertureFlux.h.


The documentation for this class was generated from the following file:
lsst::meas::base::ScaledApertureFluxControl::scale
double scale
"Scaling factor of PSF FWHM for aperture radius." ;
Definition: ScaledApertureFlux.h:45
lsst::meas::base::ScaledApertureFluxControl::shiftKernel
std::string shiftKernel
"Warping kernel used to shift Sinc photometry coefficients to different center positions" ;
Definition: ScaledApertureFlux.h:44