ExtendedPsfImageInfo#

class lsst.pipe.tasks.extended_psf.ExtendedPsfImageInfo(*, n_stars: int | None = None)#

Bases: BaseModel

Additional information about an ExtendedPsfImage.

Attributes#

n_starsint, optional

Number of stars used to construct the extended PSF image.

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