Classes | |
class | imsmooth_test |
Functions | |
def | _near |
def | run_imsmooth |
def | make_gauss2d |
def | run_convolve2d |
def | suite |
Variables | |
string | targetres_im |
list | list |
def tests.test_imsmooth._near | ( | got, | |
expected, | |||
tol | |||
) | [private] |
Definition at line 112 of file test_imsmooth.py.
References tests.test_imsmooth.run_imsmooth().
Referenced by tests.test_imsmooth.imsmooth_test._compare_beams(), and tests.test_imsmooth.imsmooth_test.test_multibeam().
def tests.test_imsmooth.make_gauss2d | ( | shape, | |
xfwhm, | |||
yfwhm | |||
) |
Definition at line 131 of file test_imsmooth.py.
References tests.test_imsmooth.run_convolve2d().
Referenced by tests.test_imsmooth.imsmooth_test.test_beam(), and tests.test_imsmooth.imsmooth_test.test_targetres().
def tests.test_imsmooth.run_convolve2d | ( | imagename, | |
major, | |||
minor, | |||
pa, | |||
targetres, | |||
outfile, | |||
kernel = "gauss" , |
|||
beam = {} , |
|||
overwrite = False |
|||
) |
Definition at line 147 of file test_imsmooth.py.
References taskinit.iatool.
Referenced by tests.test_imsmooth.make_gauss2d().
def tests.test_imsmooth.run_imsmooth | ( | imagename, | |
major, | |||
minor, | |||
pa, | |||
targetres, | |||
outfile, | |||
kernel = "gauss" , |
|||
overwrite = False , |
|||
beam = {} |
|||
) |
Definition at line 124 of file test_imsmooth.py.
Referenced by tests.test_imsmooth._near(), and tests.test_imsmooth.imsmooth_test.test_overwrite().
def tests.test_imsmooth.suite | ( | ) |
Definition at line 1396 of file test_imsmooth.py.
Definition at line 110 of file test_imsmooth.py.
Definition at line 109 of file test_imsmooth.py.