|
lsst.pipe.tasks gcf790cdeb6+0604939b8f
|
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 |
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.
| str lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateInfo.__str__ | ( | self | ) |
Definition at line 88 of file extended_psf_candidates.py.
|
static |
Definition at line 80 of file extended_psf_candidates.py.
|
static |
Definition at line 86 of file extended_psf_candidates.py.
|
static |
Definition at line 85 of file extended_psf_candidates.py.
|
static |
Definition at line 83 of file extended_psf_candidates.py.
|
static |
Definition at line 84 of file extended_psf_candidates.py.
|
static |
Definition at line 81 of file extended_psf_candidates.py.
|
static |
Definition at line 82 of file extended_psf_candidates.py.
|
static |
Definition at line 79 of file extended_psf_candidates.py.