ExtendedPsfFit#
- class lsst.pipe.tasks.extended_psf.ExtendedPsfFit(*, chi2: float, dof: int | None = None, reduced_chi2: float | None = None)#
Bases:
BaseModelBase 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.
Attributes Summary
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].
- chi2