Profiles (photutils.profiles)#

Subpackage containing tools for generating radial profiles and curves of growth.

Classes#

CurveOfGrowth(data, xycen, radii, *[, ...])

Class to create a curve of growth using concentric circular apertures.

EllipticalCurveOfGrowth(data, xycen, radii, ...)

Class to create a curve of growth using concentric elliptical apertures with a fixed axis ratio and orientation.

EnsquaredCurveOfGrowth(data, xycen, ...[, ...])

Class to create a curve of growth using concentric square apertures.

ProfileBase(data, xycen, radii, *[, error, ...])

Abstract base class for profile classes.

RadialProfile(data, xycen, radii, *[, ...])

Class to create a radial profile using concentric circular annulus apertures.

Class Inheritance Diagram#

Inheritance diagram of photutils.profiles.curve_of_growth.CurveOfGrowth, photutils.profiles.curve_of_growth.EllipticalCurveOfGrowth, photutils.profiles.curve_of_growth.EnsquaredCurveOfGrowth, photutils.profiles.core.ProfileBase, photutils.profiles.radial_profile.RadialProfile

User Guide#

Radial Profiles (photutils.profiles)

Curves of Growth (photutils.profiles)