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

Class ACSObservation

source code

Pattern --+
          |
         ACSObservation

This class defines an observation with information specific to ACS WFC exposures, including knowledge of how to mosaic both chips.

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]
  PARITY = {'WFC': [[1.0, 0.0], [0.0,-1.0]], 'HRC': [[-1.0, 0.0]...

Inherited from Pattern: COPY_SUFFIX, DETECTOR_NAME, IDCKEY, NUM_IMSET, 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:
{'WFC': [[1.0, 0.0], [0.0,-1.0]], 'HRC': [[-1.0, 0.0], [0.0, 1.0]], 'S\
BC': [[-1.0, 0.0], [0.0, 1.0]]}