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

Class STISObservation

source code

Pattern --+
          |
         STISObservation

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

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

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

Inherited from Pattern (private): _applyShifts

Class Variables [hide private]
  IDCKEY = 'cubic'
  __theta = 0.0
  __parity = fileutil.buildRotMatrix(__theta)* N.array([[-1., 1....
  PARITY = {'CCD': __parity, 'NUV-MAMA': __parity, 'FUV-MAMA': _...

Inherited from Pattern: COPY_SUFFIX, DETECTOR_NAME, NUM_IMSET, PA_KEY, REFDATA

Method Details [hide private]

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

source code 
Overrides: Pattern.__init__

getExptime(self)

source code 
Overrides: Pattern.getExptime

Class Variable Details [hide private]

__parity

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

PARITY

Value:
{'CCD': __parity, 'NUV-MAMA': __parity, 'FUV-MAMA': __parity}