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

Class IDCModel

source code

GeometryModel --+
                |
               IDCModel

This class will open the IDCTAB, select proper row based on chip/direction and populate cx,cy arrays. We also need to read in SCALE, XCOM,YCOM, XREF,YREF as well.

Instance Methods [hide private]
 
__init__(self, idcfile, date=None, chip=1, direction='forward', filter1='CLEAR1', filter2='CLEAR2', offtab=None, binned=1)
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, idcfile, date=None, chip=1, direction='forward', filter1='CLEAR1', filter2='CLEAR2', offtab=None, binned=1)
(Constructor)

source code 

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

Overrides: GeometryModel.__init__
(inherited documentation)