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

Class GenericObservation

source code

Pattern --+
          |
         GenericObservation

This class defines an observation stored in a Simple FITS format; i.e., only a Primary header and image without extensions.

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]
  REFPIX = {'x': 512., 'y': 512.}
  DETECTOR_NAME = 'INSTRUME'

Inherited from Pattern: COPY_SUFFIX, IDCKEY, NUM_IMSET, PARITY, PA_KEY, REFDATA

Method Details [hide private]

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

source code 
Overrides: Pattern.__init__