SpatialBase

class astrodendro.analysis.SpatialBase

Bases: object

Attributes Summary

area_ellipse

The area of the ellipse defined by the second moments, where the semi-major and semi-minor axes used are the HWHM (half-width at half-maximum) derived from the moments.

beam_major

beam_minor

data_unit

flux

major_sigma

Major axis of the projection onto the position-position (PP) plane, computed from the intensity weighted second moment in direction of greatest elongation in the PP plane.

minor_sigma

Minor axis of the projection onto the position-position (PP) plane, computed from the intensity weighted second moment perpendicular to the major axis in the PP plane.

position_angle

radius

Geometric mean of major_sigma and minor_sigma.

spatial_scale

wavelength

wcs

x_cen

y_cen

Methods Summary

to_mpl_ellipse(**kwargs)

Returns a Matplotlib ellipse representing the first and second moments of the structure.

Attributes Documentation

area_ellipse

The area of the ellipse defined by the second moments, where the semi-major and semi-minor axes used are the HWHM (half-width at half-maximum) derived from the moments.

beam_major
beam_minor
data_unit
flux
major_sigma

Major axis of the projection onto the position-position (PP) plane, computed from the intensity weighted second moment in direction of greatest elongation in the PP plane.

minor_sigma

Minor axis of the projection onto the position-position (PP) plane, computed from the intensity weighted second moment perpendicular to the major axis in the PP plane.

position_angle
radius

Geometric mean of major_sigma and minor_sigma.

spatial_scale
wavelength
wcs
x_cen
y_cen

Methods Documentation

to_mpl_ellipse(**kwargs)

Returns a Matplotlib ellipse representing the first and second moments of the structure.

Any keyword arguments are passed to Ellipse