Aperture#
- class photutils.aperture.Aperture[source]#
Bases:
object
Abstract base class for all apertures.
Attributes Summary
Methods Summary
copy
()Make an deep copy of this object.
The aperture positions, as an array of (x, y) coordinates or a
SkyCoord
.Attributes Documentation
- isscalar#
Whether the instance is scalar (i.e., a single position).
- shape#
The shape of the instance.
Methods Documentation