LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::ip::diffim::PsfDipoleFluxControl Class Reference

C++ control object for PSF dipole fluxes. More...

#include <DipoleAlgorithms.h>

Inheritance diagram for lsst::ip::diffim::PsfDipoleFluxControl:
lsst::ip::diffim::DipoleFluxControl

Public Member Functions

 PsfDipoleFluxControl ()
 
- Public Member Functions inherited from lsst::ip::diffim::DipoleFluxControl
 DipoleFluxControl ()
 

Public Attributes

int maxPixels
 "Maximum number of pixels to apply the measurement to" ; More...
 
float stepSizeCoord
 "Default initial step size for coordinates in non-linear fitter" ; More...
 
float stepSizeFlux
 "Default initial step size for flux in non-linear fitter" ; More...
 
double errorDef
 "How many sigma the error bars of the non-linear fitter represent" ; More...
 
int maxFnCalls
 "Maximum function calls for non-linear fitter; 0 = unlimited" ; More...
 

Detailed Description

C++ control object for PSF dipole fluxes.

Definition at line 65 of file DipoleAlgorithms.h.

Constructor & Destructor Documentation

lsst::ip::diffim::PsfDipoleFluxControl::PsfDipoleFluxControl ( )
inline

Definition at line 72 of file DipoleAlgorithms.h.

72  : DipoleFluxControl(), maxPixels(500),
73  stepSizeCoord(0.1), stepSizeFlux(1.0), errorDef(1.0), maxFnCalls(100000) {}
float stepSizeFlux
&quot;Default initial step size for flux in non-linear fitter&quot; ;
int maxPixels
&quot;Maximum number of pixels to apply the measurement to&quot; ;
double errorDef
&quot;How many sigma the error bars of the non-linear fitter represent&quot; ;
int maxFnCalls
&quot;Maximum function calls for non-linear fitter; 0 = unlimited&quot; ;
float stepSizeCoord
&quot;Default initial step size for coordinates in non-linear fitter&quot; ;

Member Data Documentation

double lsst::ip::diffim::PsfDipoleFluxControl::errorDef

"How many sigma the error bars of the non-linear fitter represent" ;

Definition at line 70 of file DipoleAlgorithms.h.

int lsst::ip::diffim::PsfDipoleFluxControl::maxFnCalls

"Maximum function calls for non-linear fitter; 0 = unlimited" ;

Definition at line 71 of file DipoleAlgorithms.h.

int lsst::ip::diffim::PsfDipoleFluxControl::maxPixels

"Maximum number of pixels to apply the measurement to" ;

Definition at line 67 of file DipoleAlgorithms.h.

float lsst::ip::diffim::PsfDipoleFluxControl::stepSizeCoord

"Default initial step size for coordinates in non-linear fitter" ;

Definition at line 68 of file DipoleAlgorithms.h.

float lsst::ip::diffim::PsfDipoleFluxControl::stepSizeFlux

"Default initial step size for flux in non-linear fitter" ;

Definition at line 69 of file DipoleAlgorithms.h.


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