lsst.pipe.tasks g44ede4a5c5+f0c59e294f
Loading...
Searching...
No Matches
lsst.pipe.tasks.extended_psf.extended_psf_fit.ExtendedPsfFit Class Reference
Inheritance diagram for lsst.pipe.tasks.extended_psf.extended_psf_fit.ExtendedPsfFit:
lsst.pipe.tasks.extended_psf.extended_psf_fit.ExtendedPsfMoffatFit

Public Member Functions

str __str__ (self)
 

Static Public Attributes

int dof = None
 
float reduced_chi2 = None
 

Detailed Description

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.

Member Function Documentation

◆ __str__()

str lsst.pipe.tasks.extended_psf.extended_psf_fit.ExtendedPsfFit.__str__ ( self)

Definition at line 49 of file extended_psf_fit.py.

Member Data Documentation

◆ dof

int lsst.pipe.tasks.extended_psf.extended_psf_fit.ExtendedPsfFit.dof = None
static

Definition at line 46 of file extended_psf_fit.py.

◆ reduced_chi2

float lsst.pipe.tasks.extended_psf.extended_psf_fit.ExtendedPsfFit.reduced_chi2 = None
static

Definition at line 47 of file extended_psf_fit.py.


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