
Astro::Catalog::Item::Morphology - Information about a star's morphology.

$morphology = new Astro::Catalog::Item::Morphology( );

Stores information about an astronomical object's morphology.

Create a new instance of an Astro::Catalog::Item::Morphology object.
$morphology = new Astro::Catalog::Item::Morphology( );
This method returns a reference to an Astro::Catalog::Item::Morphology object.
The ellipticity of the object.
Position angle using the pixel frame as a reference. Measured counter- clockwise from the positive x axis.
Position angle using the world coordinate system as a reference. Measured east of north.
Length of the semi-major axis in units of pixels.
Length of the semi-minor axis in units of pixels.
Length of the semi-major axis in units of degrees.
Length of the semi-minor axis in units of degrees.
Area of the object, usually by using isophotal techniques, in square pixels.

Configure the object.

$Id: Morphology.pm,v 1.3 2005/10/25 01:22:29 cavanagh Exp $

Copyright (C) 2004 Particle Physics and Astronomy Research Council. All Rights Reserved.

Brad Cavanagh <b.cavanagh@jach.hawaii.edu>