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

Class GenericObservation

source code


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

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