ExtendedPsfFit#

class lsst.pipe.tasks.extended_psf.ExtendedPsfFit(*, chi2: float, dof: int | None = None, reduced_chi2: float | None = None)#

Bases: BaseModel

Base class for ExtendedPsfImage fit information.

Attributes#

chi2float

The chi-squared value of the fit.

dofint, optional

Number of degrees of freedom in the fit.

reduced_chi2float, optional

The reduced chi-squared value of the fit.

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Attributes Documentation

model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].