ExtendedPsfMoffatFit#

class lsst.pipe.tasks.extended_psf.ExtendedPsfMoffatFit(*, chi2: float, dof: int | None = None, reduced_chi2: float | None = None, amplitude: float, x_0: float, y_0: float, gamma: float, alpha: float)#

Bases: ExtendedPsfFit

Moffat-model fit information for an ExtendedPsfImage.

Attributes#

amplitudefloat

Best-fit Moffat amplitude.

x_0float

Best-fit x-center.

y_0float

Best-fit y-center.

gammafloat

Best-fit Moffat gamma parameter.

alphafloat

Best-fit Moffat alpha parameter.

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].