Classes | |
class | clean_test1 |
class | clean_test2 |
class | clean_multifield_test |
class | clean_multiterm_multifield_test |
class | clean_multims_test |
Functions | |
def | tearDown |
datapath = '/home/vega/rurvashi/CASAtrees/DATATree/clean/multiterm_multifield_data/' | |
def | testMultiTermOutlier |
def | testMultiTermLists |
Uncomment after CAS-3688 gets fixed, so that this can run in the same casapy session. | |
def | testMultiTermOutlierUvsub |
def | suite |
Variables | |
res |
def tests.test_clean.suite | ( | ) |
Definition at line 1022 of file test_clean.py.
def tests.test_clean.tearDown | ( | self | ) |
datapath = '/home/vega/rurvashi/CASAtrees/DATATree/clean/multiterm_multifield_data/'
Definition at line 662 of file test_clean.py.
def tests.test_clean.testMultiTermLists | ( | self | ) |
Uncomment after CAS-3688 gets fixed, so that this can run in the same casapy session.
It will test re-running clean twice, in different ways.
Clean testMTOutlier2 (multi-term+multi-field) : test task param input with nterms=2 and inline lists for modelimages and masks
Definition at line 715 of file test_clean.py.
References make_mmsdata.all.
def tests.test_clean.testMultiTermOutlier | ( | self | ) |
Clean testMTOutlier1 (multi-term+multi-field : CAS-2664) : test task param input with nterms=2 and outlier file and with user-specified mask and model
Definition at line 676 of file test_clean.py.
def tests.test_clean.testMultiTermOutlierUvsub | ( | self | ) |
Clean testMTOutlier3 (multi-term+multi-field+uvsub) : test task param input with nterms=2, inline lists for outlier fields, clean with niter=0 to predict a model, and uvsub to subtract outliers.
Definition at line 751 of file test_clean.py.
References make_mmsdata.all.
Definition at line 680 of file test_clean.py.