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

Class STISObservation

source code


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

Instance Methods [hide private]
 
__init__(self, filename, output, pars=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getExptime(self) source code

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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  IDCKEY = 'cubic'
  __theta = 0.0
  __parity = array([[-1., 0...
  PARITY = {'CCD': array([[-1., 0...

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

getExptime(self)

source code 
Overrides: pattern.Pattern.getExptime

Class Variable Details [hide private]

__parity

Value:
array([[-1.,  0.],
       [ 0.,  1.]])

PARITY

Value:
{'CCD': array([[-1.,  0.],
       [ 0.,  1.]]),
 'FUV-MAMA': array([[-1.,  0.],
       [ 0.,  1.]]),
 'NUV-MAMA': array([[-1.,  0.],
       [ 0.,  1.]])}