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:
BaseModelInformation about a star in an
ExtendedPsfCandidate.Attributes#
- visit
int, optional The visit during which the star was observed.
- detector
int, optional The detector on which the star was observed.
- ref_id
int, optional The reference catalog ID for the star.
- ref_mag
float, optional The reference magnitude for the star.
- position_x
float, optional The x-coordinate of the star in the focal plane.
- position_y
float, optional The y-coordinate of the star in the focal plane.
- focal_plane_radius
Quantity, optional The radius of the star from the center of the focal plane.
- focal_plane_angle
Quantity, optional The angle of the star in the focal plane, measured from the +x axis.
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].
- visit