Classes | |
class | cleanhelper |
Functions | |
def | getFTMachine |
def | getAlgorithm |
def | convert_numpydtype |
Variables | |
tuple | ms |
some helper tools | |
tuple | tb |
tuple | qa |
tuple | me |
tuple | rg |
tuple | ia |
def cleanhelper.convert_numpydtype | ( | listobj | ) |
utility function to covert list with elements in numpy.int or numpy.float types to python int/float
Definition at line 3232 of file cleanhelper.py.
Referenced by cleanhelper.cleanhelper.makemaskimage().
def cleanhelper.getAlgorithm | ( | psfmode, | |
imagermode, | |||
gridmode, | |||
mode, | |||
multiscale, | |||
multifield, | |||
facets, | |||
nterms, | |||
useralg | |||
) |
A utility function which implements the logic to determine the deconvolution algorithm to be used in the under-laying tool.
Definition at line 3181 of file cleanhelper.py.
References irc_cs_task_regression.sum.
Referenced by task_clean.clean(), and getFTMachine().
def cleanhelper.getFTMachine | ( | gridmode, | |
imagermode, | |||
mode, | |||
wprojplanes, | |||
userftm | |||
) |
A utility function which implements the logic to determine the ftmachine name to be used in the under-laying tool.
Definition at line 3166 of file cleanhelper.py.
References getAlgorithm().
Referenced by task_clean.clean().
tuple cleanhelper.ia |
Definition at line 18 of file cleanhelper.py.
tuple cleanhelper.me |
Definition at line 16 of file cleanhelper.py.
tuple cleanhelper.ms |
some helper tools
Definition at line 13 of file cleanhelper.py.
tuple cleanhelper.qa |
Definition at line 15 of file cleanhelper.py.
tuple cleanhelper.rg |
Definition at line 17 of file cleanhelper.py.
tuple cleanhelper.tb |
Definition at line 14 of file cleanhelper.py.