Static Public Attributes | |
tuple | datapath |
string | taskname |
Private Member Functions | |
def | _checkfile |
def | _getStats |
helper function to calculate necessary stat | |
def | _compareDictVal |
Base class for sdsmooth unit test
Definition at line 20 of file test_sdsmooth.py.
def tests.test_sdsmooth.sdsmooth_unittest_base._checkfile | ( | self, | |
name | |||
) | [private] |
Definition at line 29 of file test_sdsmooth.py.
Referenced by tests.test_sdtpimaging.sdtpimaging_unittest_base._compare(), tests.test_sdstat.sdstat_unittest_base._convert_masklist(), and tests.test_sdsmooth.sdsmooth_unittest_base._getStats().
def tests.test_sdsmooth.sdsmooth_unittest_base._compareDictVal | ( | self, | |
testdict, | |||
refdict, | |||
places = 4 |
|||
) | [private] |
Definition at line 53 of file test_sdsmooth.py.
Referenced by tests.test_sdsmooth.sdsmooth_basicTest.test01(), tests.test_sdsmooth.sdsmooth_basicTest.test02(), tests.test_sdsmooth.sdsmooth_basicTest.test03(), tests.test_sdsmooth.sdsmooth_basicTest.test04(), tests.test_sdsmooth.sdsmooth_basicTest.test05(), tests.test_sdsmooth.sdsmooth_basicTest.test06(), tests.test_sdsmooth.sdsmooth_basicTest.test07(), tests.test_sdsmooth.sdsmooth_basicTest.test08(), tests.test_sdsmooth.sdsmooth_basicTest.test09(), tests.test_sdsmooth.sdsmooth_basicTest.test10(), tests.test_sdsmooth.sdsmooth_basicTest.test11(), tests.test_sdsmooth.sdsmooth_basicTest.test12(), tests.test_sdsmooth.sdsmooth_storageTest.testDFrg(), tests.test_sdsmooth.sdsmooth_storageTest.testDFsm(), tests.test_sdsmooth.sdsmooth_storageTest.testDTrg(), tests.test_sdsmooth.sdsmooth_storageTest.testDTsm(), tests.test_sdsmooth.sdsmooth_storageTest.testMFrg(), tests.test_sdsmooth.sdsmooth_storageTest.testMFsm(), tests.test_sdsmooth.sdsmooth_storageTest.testMTrg(), and tests.test_sdsmooth.sdsmooth_storageTest.testMTsm().
def tests.test_sdsmooth.sdsmooth_unittest_base._getStats | ( | self, | |
filename, | |||
linechan = None , |
|||
basechan = None |
|||
) | [private] |
helper function to calculate necessary stat
Definition at line 35 of file test_sdsmooth.py.
References tests.test_sdbaseline.sdbaseline_unittest_base._checkfile(), tests.test_sdsmooth.sdsmooth_unittest_base._checkfile(), tests.test_sdimprocess.sdimprocess_unittest_base._checkfile(), tests.test_sdscale.sdscale_unittest_base._checkfile(), tests.test_sdmath.sdmath_unittest_base._checkfile(), tests.test_sdcal.sdcal_unittest_base._checkfile(), tests.test_sdsave.sdsave_unittest_base._checkfile(), tests.test_sdimaging.sdimaging_unittest_base._checkfile(), tests.test_sdsmooth.sdsmooth_basicTest.basechan, tests.test_sdsmooth.sdsmooth_storageTest.basechan, tests.test_sdsmooth.sdsmooth_basicTest.linechan, and tests.test_sdsmooth.sdsmooth_storageTest.linechan.
Referenced by tests.test_sdsmooth.sdsmooth_basicTest.test01(), tests.test_sdsmooth.sdsmooth_basicTest.test02(), tests.test_sdsmooth.sdsmooth_basicTest.test03(), tests.test_sdsmooth.sdsmooth_basicTest.test04(), tests.test_sdsmooth.sdsmooth_basicTest.test05(), tests.test_sdsmooth.sdsmooth_basicTest.test06(), tests.test_sdsmooth.sdsmooth_basicTest.test07(), tests.test_sdsmooth.sdsmooth_basicTest.test08(), tests.test_sdsmooth.sdsmooth_basicTest.test09(), tests.test_sdsmooth.sdsmooth_basicTest.test10(), tests.test_sdsmooth.sdsmooth_basicTest.test11(), tests.test_sdsmooth.sdsmooth_basicTest.test12(), tests.test_sdsmooth.sdsmooth_storageTest.testDFrg(), tests.test_sdsmooth.sdsmooth_storageTest.testDFsm(), tests.test_sdsmooth.sdsmooth_storageTest.testDTrg(), tests.test_sdsmooth.sdsmooth_storageTest.testDTsm(), tests.test_sdsmooth.sdsmooth_storageTest.testMFrg(), tests.test_sdsmooth.sdsmooth_storageTest.testMFsm(), tests.test_sdsmooth.sdsmooth_storageTest.testMTrg(), and tests.test_sdsmooth.sdsmooth_storageTest.testMTsm().
tuple tests.test_sdsmooth.sdsmooth_unittest_base.datapath [static] |
Definition at line 25 of file test_sdsmooth.py.
Referenced by tests.test_simobserve.simobserve_unittest_base._copy_input(), tests.test_sdsmooth.sdsmooth_badinputs.setUp(), tests.test_sdsmooth.sdsmooth_basicTest.setUp(), tests.test_sdstat.sdstat_basicTest.setUp(), tests.test_sdstat.sdstat_restfreqTest.setUp(), tests.test_sdsmooth.sdsmooth_storageTest.setUp(), tests.test_sdstat.sdstat_storageTest.setUp(), tests.test_sdstat.sdstat_exceptions.setUp(), tests.test_simobserve.simobserve_badinputs.setUp(), and tests.test_sdstat.sdstat_basicTest.test11().
string tests.test_sdsmooth.sdsmooth_unittest_base.taskname [static] |
Definition at line 27 of file test_sdsmooth.py.