Package skyview.geometry

Interface Summary
Processor  
 

Class Summary
Converter A converter applies a succession of transformations on the data
CoordinateSystem The class defines coordinate systems in terms of the operations needed to transform the standard coordinate system (currently J2000) to the coordinate system associated with the object.
Deedger This class adjusts the 0 point for data taken from multiple images to try to minize edge effects.
Deprojecter This class deprojects a point from a projection plane onto thecelestial sphere.
DepthSampler This class handles sampling in the depth dimension
Distorter This class defines a non-linear distortion in the image plane.
ImageFinder  
Mosaicker A mosaicker is an object which creates a new image from a set of input images.
Position This class represents a position in the sky.
Projecter This class projects a point from the celestial sphere to a projection plane.
Projection This class implements projection algorithms to/from a projection plane and the unit sphere.
Rotater  
Sampler  
Scaler This class does 2-D scalings, rotations and linear transformations.
SphereDistorter This class defines a non-linear distortion in the image plane.
Transformer The Transformer class is the superclass for a variety of classes that transform positions represented in one frame to another.
Util  
WCS A World Coordinate System defines a translation between celestial and pixel coordinates.
 

Exception Summary
TransformationException This class is thrown when an error occurs relating to transformations among frames.