Package pydrizzle :: Class NICMOSObservation
[hide private]
[frames] | no frames]

Class NICMOSObservation

source code

Pattern --+
          |
         NICMOSObservation

This class defines an observation with information specific to NICMOS exposures.

Instance Methods [hide private]
 
__init__(self, filename, output, pars=None) source code

Inherited from Pattern: DeltaXYtoOffset, addMembers, applyAsnShifts, buildMetachip, buildPars, buildProduct, closeHandle, computeCubicCoeffs, computeOffsets, getExptime, getHeaderHandle, getMember, getMemberNames, getProductCorners, getWCS, setNames, transformMetachip

Inherited from Pattern (private): _applyShifts

Class Variables [hide private]
  IDCKEY = 'cubic'
  DETECTOR_NAME = 'camera'
  NUM_IMSET = 5
  __theta = 0.0
  __parity = fileutil.buildRotMatrix(__theta)* N.array([[-1., 1....
  PARITY = {'1': __parity, '2': __parity, '3': __parity}

Inherited from Pattern: COPY_SUFFIX, PA_KEY, REFDATA

Method Details [hide private]

__init__(self, filename, output, pars=None)
(Constructor)

source code 
Overrides: Pattern.__init__

Class Variable Details [hide private]

__parity

Value:
fileutil.buildRotMatrix(__theta)* N.array([[-1., 1.], [-1., 1.]])