Public Member Functions | |
def | setUp |
def | tearDown |
def | test_fit_using_full_image |
def | test_fit_using_box |
def | test_nonconvergence |
def | test_fit_using_range |
def | test_residual_and_model |
def | test_fit_using_estimates |
def | test_position_errors |
def | test_logfile |
def | test_newestimates |
def | test_polarization_image |
Test imfit on various polarization planes. | |
def | test_CAS_2318 |
def | test_CAS_1233 |
def | test_CAS_2633 |
def | test_CAS_2595 |
def | test_CAS_2999 |
def | test_zero_level |
def | test_fix_zero_level |
def | test_stretch |
def | test_non_zero_channel |
def | test_xx_fit |
def | test_multibeam |
def | test_strange_units |
Private Member Functions | |
def | _check_results |
Definition at line 125 of file test_imfit.py.
def tests.test_imfit.imfit_test._check_results | ( | self, | |
res | |||
) | [private] |
Definition at line 178 of file test_imfit.py.
References tests.test_imfit.near(), and tests.test_imfit.near_abs().
Referenced by tests.test_imfit.imfit_test.test_fit_using_full_image(), and tests.test_imfit.imfit_test.test_strange_units().
def tests.test_imfit.imfit_test.setUp | ( | self | ) |
Definition at line 127 of file test_imfit.py.
def tests.test_imfit.imfit_test.tearDown | ( | self | ) |
Definition at line 141 of file test_imfit.py.
def tests.test_imfit.imfit_test.test_CAS_1233 | ( | self | ) |
Definition at line 868 of file test_imfit.py.
References casa_in_py.default(), taskinit.iatool, tests.test_imfit.near(), and tests.test_imfit.near_abs().
def tests.test_imfit.imfit_test.test_CAS_2318 | ( | self | ) |
Definition at line 845 of file test_imfit.py.
References casa_in_py.default(), taskinit.iatool, and tests.test_imfit.near().
def tests.test_imfit.imfit_test.test_CAS_2595 | ( | self | ) |
Test CAS-2595 feature addition: write component list table
Definition at line 980 of file test_imfit.py.
References taskinit.cltool, casa_in_py.default(), and taskinit.iatool.
def tests.test_imfit.imfit_test.test_CAS_2633 | ( | self | ) |
Definition at line 941 of file test_imfit.py.
References casa_in_py.default(), taskinit.iatool, and tests.test_imfit.near().
def tests.test_imfit.imfit_test.test_CAS_2999 | ( | self | ) |
Test multiplane fitting
Definition at line 1023 of file test_imfit.py.
References make_mmsdata.all, taskinit.cltool, casa_in_py.default(), and taskinit.iatool.
def tests.test_imfit.imfit_test.test_fit_using_box | ( | self | ) |
Imfit: Fit using box
Definition at line 234 of file test_imfit.py.
References casa_in_py.default(), taskinit.iatool, tests.test_imfit.near(), and tests.test_imfit.near_abs().
Imfit: Test using estimates
Definition at line 532 of file test_imfit.py.
References casa_in_py.default(), taskinit.iatool, and tests.test_imfit.near().
Imfit: Fit using full image
Definition at line 156 of file test_imfit.py.
References tests.test_imfit.imfit_test._check_results(), casa_in_py.default(), and taskinit.iatool.
def tests.test_imfit.imfit_test.test_fit_using_range | ( | self | ) |
Imfit: Fit using range
Definition at line 388 of file test_imfit.py.
References casa_in_py.default(), taskinit.iatool, and tests.test_imfit.near().
def tests.test_imfit.imfit_test.test_fix_zero_level | ( | self | ) |
Test fixing zero level offset
Definition at line 1153 of file test_imfit.py.
References taskinit.cltool, casa_in_py.default(), taskinit.iatool, and tests.test_imfit.near().
def tests.test_imfit.imfit_test.test_logfile | ( | self | ) |
Imfit: Test logfile
Definition at line 652 of file test_imfit.py.
References tests.test_imfit.count_matches(), casa_in_py.default(), and taskinit.iatool.
def tests.test_imfit.imfit_test.test_multibeam | ( | self | ) |
Definition at line 1384 of file test_imfit.py.
References make_mmsdata.all, and taskinit.iatool.
def tests.test_imfit.imfit_test.test_newestimates | ( | self | ) |
Imfit: Test new estimates
Definition at line 729 of file test_imfit.py.
References casa_in_py.default(), and taskinit.iatool.
imfit: test fitting for channel number other than zero (CAS-3676)
Definition at line 1261 of file test_imfit.py.
References make_mmsdata.all, taskinit.cltool, casa_in_py.default(), taskinit.iatool, and tests.test_imfit.near().
def tests.test_imfit.imfit_test.test_nonconvergence | ( | self | ) |
Imfit: Test non-convergence
Definition at line 363 of file test_imfit.py.
References casa_in_py.default(), and taskinit.iatool.
Test imfit on various polarization planes.
Imfit: Test polarization image
Definition at line 770 of file test_imfit.py.
References casa_in_py.default(), taskinit.iatool, tests.test_imfit.near(), and tests.test_imfit.near_abs().
def tests.test_imfit.imfit_test.test_position_errors | ( | self | ) |
Imfit: Test position errors
Definition at line 608 of file test_imfit.py.
References casa_in_py.default(), taskinit.iatool, and tests.test_imfit.near().
Imfit: Test residual and model
Definition at line 491 of file test_imfit.py.
References tests.test_imfit.check_image(), casa_in_py.default(), and taskinit.iatool.
def tests.test_imfit.imfit_test.test_strange_units | ( | self | ) |
Imfit: Test strange units
Definition at line 1391 of file test_imfit.py.
References tests.test_imfit.imfit_test._check_results(), casa_in_py.default(), and taskinit.iatool.
def tests.test_imfit.imfit_test.test_stretch | ( | self | ) |
imfit : test mask stretch
Definition at line 1224 of file test_imfit.py.
References taskinit.iatool.
def tests.test_imfit.imfit_test.test_xx_fit | ( | self | ) |
Imfit: Fit using full image
Definition at line 1309 of file test_imfit.py.
References casa_in_py.default(), taskinit.iatool, tests.test_imfit.near(), and tests.test_imfit.near_abs().
def tests.test_imfit.imfit_test.test_zero_level | ( | self | ) |
Test zero level fitting
Definition at line 1070 of file test_imfit.py.
References taskinit.cltool, casa_in_py.default(), taskinit.iatool, and tests.test_imfit.near().