Aperture

class photutils.aperture.Aperture[source]

Bases: object

Abstract base class for all apertures.

Attributes Summary

isscalar

Whether the instance is scalar (i.e., a single position).

shape

The shape of the instance.

Methods Summary

copy()

Make an independent (deep) copy.

positions()

Attributes Documentation

isscalar

Whether the instance is scalar (i.e., a single position).

shape

The shape of the instance.

Methods Documentation

copy()[source]

Make an independent (deep) copy.

abstract positions()[source]