|
lsst.ip.diffim
18.1.0-8-g63591cb
|
C++ control object for PSF dipole fluxes. More...
#include <DipoleAlgorithms.h>
Public Member Functions | |
| PsfDipoleFluxControl () | |
Public Attributes | |
| 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... | |
C++ control object for PSF dipole fluxes.
Definition at line 67 of file DipoleAlgorithms.h.
|
inline |
Definition at line 73 of file DipoleAlgorithms.h.
| double lsst::ip::diffim::PsfDipoleFluxControl::errorDef |
"How many sigma the error bars of the non-linear fitter represent" ;
Definition at line 71 of file DipoleAlgorithms.h.
| int lsst::ip::diffim::PsfDipoleFluxControl::maxFnCalls |
"Maximum function calls for non-linear fitter; 0 = unlimited" ;
Definition at line 72 of file DipoleAlgorithms.h.
| float lsst::ip::diffim::PsfDipoleFluxControl::stepSizeCoord |
"Default initial step size for coordinates in non-linear fitter" ;
Definition at line 69 of file DipoleAlgorithms.h.
| float lsst::ip::diffim::PsfDipoleFluxControl::stepSizeFlux |
"Default initial step size for flux in non-linear fitter" ;
Definition at line 70 of file DipoleAlgorithms.h.
1.8.13