|
|
__init__(self,
input='*flt.fits',
output=None,
editpars=False,
shiftfile=None,
updatewcs=True,
**input_dict) |
source code
|
|
|
|
editpars(self)
Run Python GUI parameter editor to set parameter values. |
source code
|
|
|
|
build(self)
Parses parameter list into dictionaries for use by each processing
step, builds the PyDrizzle input association table, builds the
PyDrizzle object and uses that to build the InputImage instances
needed for MultiDrizzle processing. |
source code
|
|
|
|
printInputFiles(self)
METHOD : printInputFiles
PURPOSE : Print out the names of the file that Multidrizzle has identified
for processing based upon the given input string. |
source code
|
|
|
|
setMedianPars(self)
Sets the special median parameters which need to be parsed out of the
original input parameters. |
source code
|
|
|
|
|
|
|
_checkStaticFile(self,
static_file)
Checks input files before they are required later. |
source code
|
|
|
|
_preMedian(self,
skysub)
Perform the steps that take place before median computation: build
static mask, subtract sky, drizzle into separate images. |
source code
|
|
|
|
_postMedian(self,
blotpars,
drizcrpars,
skypars)
Perform the steps that take place after median computation: blot, and
drizcr. |
source code
|
|
|
|
| run(self,
static=None,
skysub=None,
driz_separate=None,
median=None,
blot=None,
driz_cr=None,
driz_combine=None,
timing=None) |
source code
|
|
|
|
help(self)
Help function on Multidrizzle Class that prints __doc__ string. |
source code
|
|
|
|
init_keys = ['mdriztab', 'runfile', 'workinplace', 'context', ...
|
|
|
driz_keys = ['refimage', 'group', 'ra', 'dec', 'build']
|
|
|
instr_keys = ['gain', 'gnkeyword', 'rdnoise', 'rnkeyword', 'ex...
|
|
|
sky_keys = ['skywidth', 'skystat', 'skylower', 'skyupper', 'sk...
|
|
|
median_keys = ['median_newmasks', 'combine_type', 'combine_nsi...
|
|
|
drizcr_keys = ['driz_cr_snr', 'driz_cr_scale', 'driz_cr_corr',...
|
|
|
blot_keys = ['blot_interp', 'blot_sinscl']
|