Set default values for these to be overridden by instrument specific
class variables as necessary.
|
|
DeltaXYtoOffset(self,
delta)
Converts provided delta(x,y) pixel offset into a delta(RA,Dec) offset
in arcseconds. |
source code
|
|
|
|
__init__(self,
filename,
output=None,
pars=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
addMembers(self,
filename)
Build rootname for each SCI extension, and create the mask image from
the DQ extension. |
source code
|
|
|
|
buildMetachip(self,
update=True)
Build up the new metashape based on the corrected size and position
for each Exposure. |
source code
|
|
|
|
buildPars(self,
ref=None)
This method would build a list of parameters to run 'drizzle'
one a single input image. |
source code
|
|
|
|
buildProduct(self,
filename,
output)
Create Exposure object for meta-chip product after applying
distortion model to input members. |
source code
|
|
|
|
|
|
|
|
|
|
computeOffsets(self,
parity=None,
refchip=None)
This version of 'computeOffsets' calculates the zero-point shifts to
be included in the distortion coefficients table used by 'drizzle'. |
source code
|
|
|
|
|
|
|
|
|
|
getMember(self,
memname)
Return the class instance for the member with name memname. |
source code
|
|
|
|
|
|
|
getProductCorners(self)
Compute the product's corner positions based on input exposure's
corner positions. |
source code
|
|
|
|
getShifts(self,
member,
wcs)
Translate the delta's in RA/Dec for each image's shift into a
shift of the undistorted image. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|