Package pydrizzle :: Module obsgeometry :: Class WCSModel
[hide private]
[frames] | no frames]

Class WCSModel

source code

GeometryModel --+
                |
               WCSModel

This class sets up a distortion model based on coefficients found in the image header.

Instance Methods [hide private]
 
__init__(self, header, rootname)
This will open the given file and determine its type and norder.
source code

Inherited from GeometryModel: apply, convert, setPScaleCoeffs, shift

Class Variables [hide private]

Inherited from GeometryModel: NORDER

Method Details [hide private]

__init__(self, header, rootname)
(Constructor)

source code 

This will open the given file and determine its type and norder.

Overrides: GeometryModel.__init__
(inherited documentation)