LSSTApplications  17.0+11,17.0+34,17.0+56,17.0+57,17.0+59,17.0+7,17.0-1-g377950a+33,17.0.1-1-g114240f+2,17.0.1-1-g4d4fbc4+28,17.0.1-1-g55520dc+49,17.0.1-1-g5f4ed7e+52,17.0.1-1-g6dd7d69+17,17.0.1-1-g8de6c91+11,17.0.1-1-gb9095d2+7,17.0.1-1-ge9fec5e+5,17.0.1-1-gf4e0155+55,17.0.1-1-gfc65f5f+50,17.0.1-1-gfc6fb1f+20,17.0.1-10-g87f9f3f+1,17.0.1-11-ge9de802+16,17.0.1-16-ga14f7d5c+4,17.0.1-17-gc79d625+1,17.0.1-17-gdae4c4a+8,17.0.1-2-g26618f5+29,17.0.1-2-g54f2ebc+9,17.0.1-2-gf403422+1,17.0.1-20-g2ca2f74+6,17.0.1-23-gf3eadeb7+1,17.0.1-3-g7e86b59+39,17.0.1-3-gb5ca14a,17.0.1-3-gd08d533+40,17.0.1-30-g596af8797,17.0.1-4-g59d126d+4,17.0.1-4-gc69c472+5,17.0.1-6-g5afd9b9+4,17.0.1-7-g35889ee+1,17.0.1-7-gc7c8782+18,17.0.1-9-gc4bbfb2+3,w.2019.22
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::meas::extensions::photometryKron::KronFluxControl Class Reference

C++ control object for Kron flux. More...

#include <photometryKron.h>

Public Member Functions

 KronFluxControl ()
 

Public Attributes

bool fixed
 "if true, use existing shape and centroid measurements instead of fitting" ; More...
 
double nSigmaForRadius
 "Multiplier of rms size for aperture used to initially estimate the Kron radius" ; More...
 
int nIterForRadius
 "Number of times to iterate when setting the Kron radius" ; More...
 
double nRadiusForFlux
 "Number of Kron radii for Kron flux" ; More...
 
double maxSincRadius
 "Largest aperture for which to use the slow, accurate, sinc aperture code" ; More...
 
double minimumRadius
 "Minimum Kron radius (if == 0.0 use PSF's Kron radius) if enforceMinimumRadius. " "Also functions as fallback aperture radius if set." ; More...
 
bool enforceMinimumRadius
 "If true check that the Kron radius exceeds some minimum" ; More...
 
bool useFootprintRadius
 "Use the Footprint size as part of initial estimate of Kron radius" ; More...
 
double smoothingSigma
 "Smooth image with N(0, smoothingSigma^2) Gaussian while estimating R_K" ; More...
 
std::string refRadiusName
 "Name of field specifying reference Kron radius for forced measurement" ; More...
 

Detailed Description

C++ control object for Kron flux.

See also
KronFluxConfig.

Definition at line 47 of file photometryKron.h.

Constructor & Destructor Documentation

◆ KronFluxControl()

lsst::meas::extensions::photometryKron::KronFluxControl::KronFluxControl ( )
inline

Definition at line 69 of file photometryKron.h.

69  :
70  fixed(false),
71  nSigmaForRadius(6.0),
72  nIterForRadius(1),
73  nRadiusForFlux(2.5),
74  maxSincRadius(10.0),
75  minimumRadius(0.0),
77  useFootprintRadius(false),
78  smoothingSigma(-1.0),
79  refRadiusName("ext_photometryKron_KronFlux_radius")
80  {}
double smoothingSigma
"Smooth image with N(0, smoothingSigma^2) Gaussian while estimating R_K" ;
double minimumRadius
"Minimum Kron radius (if == 0.0 use PSF&#39;s Kron radius) if enforceMinimumRadius. " "Also functions as ...
bool fixed
"if true, use existing shape and centroid measurements instead of fitting" ;
double nSigmaForRadius
"Multiplier of rms size for aperture used to initially estimate the Kron radius" ; ...
bool enforceMinimumRadius
"If true check that the Kron radius exceeds some minimum" ;
std::string refRadiusName
"Name of field specifying reference Kron radius for forced measurement" ;
double maxSincRadius
"Largest aperture for which to use the slow, accurate, sinc aperture code" ;
int nIterForRadius
"Number of times to iterate when setting the Kron radius" ;
bool useFootprintRadius
"Use the Footprint size as part of initial estimate of Kron radius" ;
double nRadiusForFlux
"Number of Kron radii for Kron flux" ;

Member Data Documentation

◆ enforceMinimumRadius

bool lsst::meas::extensions::photometryKron::KronFluxControl::enforceMinimumRadius

"If true check that the Kron radius exceeds some minimum" ;

Definition at line 61 of file photometryKron.h.

◆ fixed

bool lsst::meas::extensions::photometryKron::KronFluxControl::fixed

"if true, use existing shape and centroid measurements instead of fitting" ;

Definition at line 51 of file photometryKron.h.

◆ maxSincRadius

double lsst::meas::extensions::photometryKron::KronFluxControl::maxSincRadius

"Largest aperture for which to use the slow, accurate, sinc aperture code" ;

Definition at line 57 of file photometryKron.h.

◆ minimumRadius

double lsst::meas::extensions::photometryKron::KronFluxControl::minimumRadius

"Minimum Kron radius (if == 0.0 use PSF's Kron radius) if enforceMinimumRadius. " "Also functions as fallback aperture radius if set." ;

Definition at line 60 of file photometryKron.h.

◆ nIterForRadius

int lsst::meas::extensions::photometryKron::KronFluxControl::nIterForRadius

"Number of times to iterate when setting the Kron radius" ;

Definition at line 54 of file photometryKron.h.

◆ nRadiusForFlux

double lsst::meas::extensions::photometryKron::KronFluxControl::nRadiusForFlux

"Number of Kron radii for Kron flux" ;

Definition at line 55 of file photometryKron.h.

◆ nSigmaForRadius

double lsst::meas::extensions::photometryKron::KronFluxControl::nSigmaForRadius

"Multiplier of rms size for aperture used to initially estimate the Kron radius" ;

Definition at line 53 of file photometryKron.h.

◆ refRadiusName

std::string lsst::meas::extensions::photometryKron::KronFluxControl::refRadiusName

"Name of field specifying reference Kron radius for forced measurement" ;

Definition at line 67 of file photometryKron.h.

◆ smoothingSigma

double lsst::meas::extensions::photometryKron::KronFluxControl::smoothingSigma

"Smooth image with N(0, smoothingSigma^2) Gaussian while estimating R_K" ;

Definition at line 65 of file photometryKron.h.

◆ useFootprintRadius

bool lsst::meas::extensions::photometryKron::KronFluxControl::useFootprintRadius

"Use the Footprint size as part of initial estimate of Kron radius" ;

Definition at line 63 of file photometryKron.h.


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