ExtendedPsfCandidateInfo#

class lsst.pipe.tasks.extended_psf.ExtendedPsfCandidateInfo(*, visit: int | None = None, detector: int | None = None, ref_id: int | None = None, ref_mag: float | None = None, position_x: float | None = None, position_y: float | None = None, focal_plane_radius: Quantity | None = None, focal_plane_angle: Quantity | None = None)#

Bases: BaseModel

Information about a star in an ExtendedPsfCandidate.

Attributes#

visitint, optional

The visit during which the star was observed.

detectorint, optional

The detector on which the star was observed.

ref_idint, optional

The reference catalog ID for the star.

ref_magfloat, optional

The reference magnitude for the star.

position_xfloat, optional

The x-coordinate of the star in the focal plane.

position_yfloat, optional

The y-coordinate of the star in the focal plane.

focal_plane_radiusQuantity, optional

The radius of the star from the center of the focal plane.

focal_plane_angleQuantity, optional

The angle of the star in the focal plane, measured from the +x axis.

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