|
lsst.meas.modelfit
19.0.0-2-g9b11441+29
|
#include <SemiEmpiricalPrior.h>
Public Member Functions | |
| SemiEmpiricalPriorControl () | |
| void | validate () const |
| Raise InvalidParameterException if the configuration options are invalid. More... | |
Public Attributes | |
| double | ellipticitySigma |
| "Width of exponential ellipticity distribution (conformal shear units)." ; More... | |
| double | ellipticityCore |
| "Softened core width for ellipticity distribution (conformal shear units)." ; More... | |
| double | logRadiusMinOuter |
| "Minimum ln(radius)." ; More... | |
| double | logRadiusMinInner |
| "ln(radius) at which the softened cutoff begins towards the minimum" ; More... | |
| double | logRadiusMu |
| "Mean of the Student's T distribution used for ln(radius) at large radius, and the transition " "point between a flat distribution and the Student's T." ; More... | |
| double | logRadiusSigma |
| "Width of the Student's T distribution in ln(radius)." ; More... | |
| double | logRadiusNu |
| "Number of degrees of freedom for the Student's T distribution on ln(radius)." ; More... | |
Definition at line 32 of file SemiEmpiricalPrior.h.
|
inline |
Definition at line 70 of file SemiEmpiricalPrior.h.
| void lsst::meas::modelfit::SemiEmpiricalPriorControl::validate | ( | ) | const |
Raise InvalidParameterException if the configuration options are invalid.
| double lsst::meas::modelfit::SemiEmpiricalPriorControl::ellipticityCore |
"Softened core width for ellipticity distribution (conformal shear units)." ;
Definition at line 42 of file SemiEmpiricalPrior.h.
| double lsst::meas::modelfit::SemiEmpiricalPriorControl::ellipticitySigma |
"Width of exponential ellipticity distribution (conformal shear units)." ;
Definition at line 37 of file SemiEmpiricalPrior.h.
| double lsst::meas::modelfit::SemiEmpiricalPriorControl::logRadiusMinInner |
"ln(radius) at which the softened cutoff begins towards the minimum" ;
Definition at line 52 of file SemiEmpiricalPrior.h.
| double lsst::meas::modelfit::SemiEmpiricalPriorControl::logRadiusMinOuter |
"Minimum ln(radius)." ;
Definition at line 47 of file SemiEmpiricalPrior.h.
| double lsst::meas::modelfit::SemiEmpiricalPriorControl::logRadiusMu |
"Mean of the Student's T distribution used for ln(radius) at large radius, and the transition " "point between a flat distribution and the Student's T." ;
Definition at line 58 of file SemiEmpiricalPrior.h.
| double lsst::meas::modelfit::SemiEmpiricalPriorControl::logRadiusNu |
"Number of degrees of freedom for the Student's T distribution on ln(radius)." ;
Definition at line 68 of file SemiEmpiricalPrior.h.
| double lsst::meas::modelfit::SemiEmpiricalPriorControl::logRadiusSigma |
"Width of the Student's T distribution in ln(radius)." ;
Definition at line 63 of file SemiEmpiricalPrior.h.
1.8.13