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

Class WFC3Observation

source code


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)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from pattern.Pattern: DeltaXYtoOffset, addMembers, buildMetachip, buildPars, buildProduct, closeHandle, computeCubicCoeffs, computeOffsets, getExptime, 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]
  PARITY = {'IR': [[-1.0, 0.0], [0.0, 1.0]], 'UVIS': [[-1.0, 0.0...

Inherited from pattern.Pattern: COPY_SUFFIX, DETECTOR_NAME, IDCKEY, 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)

Class Variable Details [hide private]

PARITY

Value:
{'IR': [[-1.0, 0.0], [0.0, 1.0]], 'UVIS': [[-1.0, 0.0], [0.0, 1.0]]}