ExtendedPsfImageInfo#
- class lsst.pipe.tasks.extended_psf.ExtendedPsfImageInfo(*, n_stars: int | None = None)#
Bases:
BaseModelAdditional information about an
ExtendedPsfImage.Attributes#
- n_stars
int, optional Number of stars used to construct the extended PSF image.
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].
- n_stars