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

Class TraugerModel

source code

GeometryModel --+
                |
               TraugerModel

This class will read in the ASCII Trauger coeffs file, convert them to SIAF coefficients, then populate the cx,cy arrays.

Instance Methods [hide private]
 
__init__(self, idcfile, lam)
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]
  NORDER = 3
Method Details [hide private]

__init__(self, idcfile, lam)
(Constructor)

source code 

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

Overrides: GeometryModel.__init__
(inherited documentation)