Module pydrizzle
source code
|
|
_PyDrizzle
Program to process and/or dither-combine image(s) using (t)drizzle.
|
|
|
SkyField
An class for specifying the parameters and building a WCS object
for a user-specified drizzle product.
|
|
|
DitherProduct
Builds an object for a set of dithered inputs, each of which will
be one of the Observation objects.
|
|
|
|
|
|
selectInstrument(filename,
output,
pars={'default_rot': None, 'idckey': None, 'psize': None})
Method which encapsulates the logic for determining which class to
instantiate for each file. |
source code
|
|
|
|
yes = True
|
|
|
no = False
|
|
|
_default_pars = {'default_rot': None, 'idckey': None, 'psize':...
|
|
|
INSTRUMENT = ['ACS', 'WFPC2', 'STIS', 'NICMOS', 'WFC3']
|
|
|
DEFAULT_PARITY = [[1.0, 0.0], [0.0, 1.0]]
|
|
|
__package__ = 'pydrizzle'
|
Imports:
DEFAULT_IDCDIR,
fileutil,
wcsutil,
asnutil,
string,
os,
types,
sys,
shutil,
arrdriz,
outputimage,
pyfits,
np,
ACSObservation,
DEGTORAD,
Exposure,
GenericObservation,
NICMOSObservation,
ParDict,
Pattern,
RADTODEG,
STISObservation,
WFC3Observation,
WFPCObservation,
buildmask,
drutil,
imtype,
mutil
_default_pars
- Value:
{'default_rot': None, 'idckey': None, 'psize': None}
|
|