lsst.pipe.tasks g540474b770+e2881a99e2
Loading...
Searching...
No Matches
lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateInfo Class Reference
Inheritance diagram for lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateInfo:

Public Member Functions

str __str__ (self)
 

Static Public Attributes

int visit = None
 
int detector = None
 
int ref_id = None
 
float ref_mag = None
 
float position_x = None
 
float position_y = None
 
Quantity focal_plane_radius = None
 
Quantity focal_plane_angle = None
 

Detailed Description

Information 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 : `~lsst.images.utils.Quantity`, optional
    The radius of the star from the center of the focal plane.
focal_plane_angle : `~lsst.images.utils.Quantity`, optional
    The angle of the star in the focal plane, measured from the +x axis.

Definition at line 56 of file extended_psf_candidates.py.

Member Function Documentation

◆ __str__()

str lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateInfo.__str__ ( self)

Definition at line 88 of file extended_psf_candidates.py.

Member Data Documentation

◆ detector

int lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateInfo.detector = None
static

Definition at line 80 of file extended_psf_candidates.py.

◆ focal_plane_angle

Quantity lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateInfo.focal_plane_angle = None
static

Definition at line 86 of file extended_psf_candidates.py.

◆ focal_plane_radius

Quantity lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateInfo.focal_plane_radius = None
static

Definition at line 85 of file extended_psf_candidates.py.

◆ position_x

float lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateInfo.position_x = None
static

Definition at line 83 of file extended_psf_candidates.py.

◆ position_y

float lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateInfo.position_y = None
static

Definition at line 84 of file extended_psf_candidates.py.

◆ ref_id

int lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateInfo.ref_id = None
static

Definition at line 81 of file extended_psf_candidates.py.

◆ ref_mag

float lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateInfo.ref_mag = None
static

Definition at line 82 of file extended_psf_candidates.py.

◆ visit

int lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateInfo.visit = None
static

Definition at line 79 of file extended_psf_candidates.py.


The documentation for this class was generated from the following file: