|
lsst.pipe.tasks g665624e4fe+5b708eda68
|
Public Member Functions | |
| str | __str__ (self) |
Static Public Attributes | |
| int | dof = None |
| float | reduced_chi2 = None |
Base class for ExtendedPsfImage fit information.
Attributes
----------
chi2 : `float`
The chi-squared value of the fit.
dof : `int`, optional
Number of degrees of freedom in the fit.
reduced_chi2 : `float`, optional
The reduced chi-squared value of the fit.
Definition at line 32 of file extended_psf_fit.py.
| str lsst.pipe.tasks.extended_psf.extended_psf_fit.ExtendedPsfFit.__str__ | ( | self | ) |
Definition at line 49 of file extended_psf_fit.py.
|
static |
Definition at line 46 of file extended_psf_fit.py.
|
static |
Definition at line 47 of file extended_psf_fit.py.