Public Member Functions | |
def | setUp |
def | tearDown |
def | testMT |
def | testMT2 |
def | testMF |
def | testMF2 |
def | testDT |
def | testDT2 |
def | testDF |
def | testDF2 |
Static Public Attributes | |
string | rawfile |
string | rawfile1 |
list | inlist |
string | outprefix |
string | outsuffix |
dictionary | out_uc |
Private Member Functions | |
def | _get_unit_coord |
def | _get_uclist |
def | _comp_unit_coord |
def | _compareDictVal |
def | _isInAllowedRange |
def | _to_list |
Test on scantable sotrage and insitu. Test data, sdmath0.asap, is artificial data with the following status: - nrow = 2 - nchan = 4 for spectral data - all spectral values are 1.0 Another test data, sdmath1.asap, is artificial data with the following status: - shape is identical with sdmath0.asap - all spectral values are 0.1 The list of tests: testMT --- storage = 'memory', insitu = True testMF --- storage = 'memory', insitu = False testDT --- storage = 'disk', insitu = True testDF --- storage = 'disk', insitu = False Note on handlings of disk storage: Task script restores unit and frame information. Tested items: 1. Test of output result by self._compare. 2. Units and coordinates of output scantable. 3. units and coordinates of input scantables before/after run.
Definition at line 709 of file test_sdmath.py.
def tests.test_sdmath.sdmath_storageTest._comp_unit_coord | ( | self, | |
stlist, | |||
before | |||
) | [private] |
Definition at line 795 of file test_sdmath.py.
References tests.test_sdcoadd.sdcoadd_unittest_base._compareDictVal(), tests.test_sdmath.sdmath_storageTest._compareDictVal(), tests.test_sdcoadd.sdcoadd_storageTest._get_uclist(), and tests.test_sdmath.sdmath_storageTest._get_uclist().
Referenced by tests.test_sdmath.sdmath_storageTest.testDF(), tests.test_sdplot.sdplot_storageTest.testDF(), tests.test_sdmath.sdmath_storageTest.testDF2(), tests.test_sdmath.sdmath_storageTest.testDT(), tests.test_sdplot.sdplot_storageTest.testDT(), tests.test_sdmath.sdmath_storageTest.testDT2(), tests.test_sdmath.sdmath_storageTest.testMF(), tests.test_sdplot.sdplot_storageTest.testMF(), tests.test_sdmath.sdmath_storageTest.testMF2(), tests.test_sdmath.sdmath_storageTest.testMT(), tests.test_sdplot.sdplot_storageTest.testMT(), and tests.test_sdmath.sdmath_storageTest.testMT2().
def tests.test_sdmath.sdmath_storageTest._compareDictVal | ( | self, | |
testdict, | |||
refdict, | |||
reltol = 1.0e-5 , |
|||
complist = None |
|||
) | [private] |
Definition at line 813 of file test_sdmath.py.
References tests.test_sdcoadd.sdcoadd_unittest_base._isInAllowedRange(), tests.test_sdbaseline.sdbaseline_unittest_base._isInAllowedRange(), tests.test_sdmath.sdmath_storageTest._isInAllowedRange(), tests.test_sdcoadd.sdcoadd_unittest_base._to_list(), tests.test_sdbaseline.sdbaseline_unittest_base._to_list(), and tests.test_sdmath.sdmath_storageTest._to_list().
Referenced by tests.test_sdmath.sdmath_storageTest._comp_unit_coord(), tests.test_sdplot.sdplot_storageTest._comp_unit_coord(), 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_sdplot.sdplot_gridTest.testgrid01(), tests.test_sdplot.sdplot_gridTest.testgrid02(), tests.test_sdplot.sdplot_gridTest.testgrid03(), tests.test_sdplot.sdplot_gridTest.testgrid04(), tests.test_sdplot.sdplot_gridTest.testgrid05(), tests.test_sdplot.sdplot_gridTest.testgrid06(), tests.test_sdplot.sdplot_gridTest.testgrid07(), tests.test_sdplot.sdplot_gridTest.testgrid08(), tests.test_sdplot.sdplot_gridTest.testgrid09(), tests.test_sdplot.sdplot_gridTest.testgrid10(), tests.test_sdplot.sdplot_gridTest.testgrid11(), tests.test_sdplot.sdplot_gridTest.testgrid12(), tests.test_sdplot.sdplot_gridTest.testgrid13(), tests.test_sdplot.sdplot_gridTest.testgrid14(), tests.test_sdsmooth.sdsmooth_storageTest.testMFrg(), tests.test_sdsmooth.sdsmooth_storageTest.testMFsm(), tests.test_sdsmooth.sdsmooth_storageTest.testMTrg(), tests.test_sdsmooth.sdsmooth_storageTest.testMTsm(), tests.test_sdplot.sdplot_basicTest.testplot03(), tests.test_sdplot.sdplot_basicTest.testplot04(), tests.test_sdplot.sdplot_basicTest.testplot05(), tests.test_sdplot.sdplot_basicTest.testplot06(), tests.test_sdplot.sdplot_basicTest.testplot07(), tests.test_sdplot.sdplot_basicTest.testplot08(), tests.test_sdplot.sdplot_basicTest.testplot09(), tests.test_sdplot.sdplot_basicTest.testplot10(), tests.test_sdplot.sdplot_basicTest.testplot11(), tests.test_sdplot.sdplot_basicTest.testplot12(), tests.test_sdplot.sdplot_basicTest.testplot13(), tests.test_sdplot.sdplot_basicTest.testplot14(), tests.test_sdplot.sdplot_basicTest.testplot15(), tests.test_sdplot.sdplot_basicTest.testplot16(), tests.test_sdplot.sdplot_basicTest.testplot17(), tests.test_sdplot.sdplot_basicTest.testplot18(), tests.test_sdplot.sdplot_basicTest.testplot19(), tests.test_sdplot.sdplot_basicTest.testplot20(), tests.test_sdplot.sdplot_basicTest.testplot21(), tests.test_sdplot.sdplot_basicTest.testplot22(), tests.test_sdplot.sdplot_basicTest.testplot23(), tests.test_sdplot.sdplot_basicTest.testplot24(), tests.test_sdplot.sdplot_basicTest.testplot25(), tests.test_sdplot.sdplot_basicTest.testplot28(), tests.test_sdplot.sdplot_basicTest.testplot29(), tests.test_sdplot.sdplot_basicTest.testplot30(), tests.test_sdplot.sdplot_selectTest.testsel01(), tests.test_sdplot.sdplot_selectTest.testsel02(), tests.test_sdplot.sdplot_selectTest.testsel03(), and tests.test_sdplot.sdplot_selectTest.testsel04().
def tests.test_sdmath.sdmath_storageTest._get_uclist | ( | self, | |
stlist | |||
) | [private] |
Definition at line 785 of file test_sdmath.py.
References tests.test_sdcoadd.sdcoadd_storageTest._get_unit_coord(), and tests.test_sdmath.sdmath_storageTest._get_unit_coord().
Referenced by tests.test_sdmath.sdmath_storageTest._comp_unit_coord(), tests.test_sdplot.sdplot_storageTest._comp_unit_coord(), tests.test_sdmath.sdmath_storageTest.testDF(), and tests.test_sdmath.sdmath_storageTest.testDF2().
def tests.test_sdmath.sdmath_storageTest._get_unit_coord | ( | self, | |
scanname | |||
) | [private] |
Definition at line 768 of file test_sdmath.py.
References asap.scantable.is_scantable().
Referenced by tests.test_sdmath.sdmath_storageTest._get_uclist(), tests.test_sdplot.sdplot_storageTest._get_uclist(), tests.test_sdplot.sdplot_storageTest.testDF(), tests.test_sdmath.sdmath_storageTest.testDT(), tests.test_sdplot.sdplot_storageTest.testDT(), tests.test_sdmath.sdmath_storageTest.testDT2(), tests.test_sdmath.sdmath_storageTest.testMF(), tests.test_sdplot.sdplot_storageTest.testMF(), tests.test_sdmath.sdmath_storageTest.testMF2(), tests.test_sdmath.sdmath_storageTest.testMT(), tests.test_sdplot.sdplot_storageTest.testMT(), and tests.test_sdmath.sdmath_storageTest.testMT2().
def tests.test_sdmath.sdmath_storageTest._isInAllowedRange | ( | self, | |
testval, | |||
refval, | |||
reltol = 1.0e-5 |
|||
) | [private] |
Check if a test value is within permissive relative difference from refval. Returns a boolean. testval & refval : two numerical values to compare reltol : allowed relative difference to consider the two values to be equal. (default 0.01)
Definition at line 844 of file test_sdmath.py.
Referenced by tests.test_sdplot.sdplot_unittest_base._compareDictVal(), tests.test_sdmath.sdmath_storageTest._compareDictVal(), and tests.test_sdstat.sdstat_unittest_base._compareStats().
def tests.test_sdmath.sdmath_storageTest._to_list | ( | self, | |
input | |||
) | [private] |
Convert input to a list If input is None, this method simply returns None.
Definition at line 862 of file test_sdmath.py.
References tests.test_imcontsub.list.
Referenced by tests.test_sdplot.sdplot_unittest_base._compareDictVal(), tests.test_sdmath.sdmath_storageTest._compareDictVal(), tests.test_sdstat.sdstat_unittest_base._compareStats(), and tests.test_sdstat.sdstat_unittest_base._get_elements().
def tests.test_sdmath.sdmath_storageTest.setUp | ( | self | ) |
Definition at line 753 of file test_sdmath.py.
References tests.test_plotuv.plotuv_test.datapath, tests.test_sdcoadd.sdcoadd_unittest_base.datapath, tests.test_sdbaseline.sdbaseline_unittest_base.datapath, tests.test_sdlist.sdlist_test.datapath, tests.test_msmoments.msmoments_unittest_base.datapath, tests.test_sdflagmanager.sdflagmanager_test.datapath, tests.test_sdgrid.sdgrid_unittest_base.datapath, tests.test_sdflag.sdflag_test.datapath, tests.test_sdimprocess.sdimprocess_unittest_base.datapath, tests.test_sdmath.sdmath_unittest_base.datapath, tests.test_sdcal.sdcal_unittest_base.datapath, tests.test_imstat.imstat_test.datapath, tests.test_sdfit.sdfit_test.datapath, tests.test_cleanhelper.cleanhelper_test.datapath, tests.test_sdimaging.sdimaging_unittest_base.datapath, tests.test_imsmooth.imsmooth_test.datapath, tests.test_sdcoadd.sdcoadd_mergeTest.datapath, tests.test_sdfit.sdfit_test_exceptions.datapath, tests.test_sdbaseline.sdbaseline_funcTest.datapath, casa_in_py.default(), tests.test_sdimaging.sdimaging_unittest_base.rawfile, tests.test_msmoments.msmoments_test0.rawfile, tests.test_sdgrid.sdgrid_failure_case.rawfile, tests.test_sdmath.sdmath_test0.rawfile, tests.test_sdimprocess.sdimprocess_test1.rawfile, tests.test_sdgrid.sdgrid_single_integ.rawfile, tests.test_msmoments.msmoments_test1.rawfile, tests.test_sdcal.sdcal_test0.rawfile, tests.test_sdgrid.sdgrid_clipping.rawfile, tests.test_sdcal.sdcal_test1.rawfile, tests.test_sdmath.sdmath_test1.rawfile, tests.test_sdgrid.sdgrid_flagging.rawfile, tests.test_sdcal.sdcal_test2.rawfile, tests.test_sdcal.sdcal_test3.rawfile, tests.test_sdgrid.sdgrid_weighting.rawfile, tests.test_sdcal.sdcal_test4.rawfile, tests.test_sdcal.sdcal_test5.rawfile, tests.test_sdmath.sdmath_test2.rawfile, tests.test_sdcal.sdcal_test6.rawfile, tests.test_sdgrid.sdgrid_map.rawfile, tests.test_sdcal.sdcal_test7.rawfile, tests.test_sdgrid.sdgrid_dec_correction.rawfile, tests.test_sdmath.sdmath_storageTest.rawfile, tests.test_sdcal.sdcal_test8.rawfile, tests.test_sdgrid.sdgrid_grid_center.rawfile, tests.test_sdcal.sdcal_test9.rawfile, tests.test_sdcal.sdcal_test_edgemarker_generic.rawfile, tests.test_sdcal.sdcal_test_edgemarker_raster.rawfile, tests.test_sdmath.sdmath_test3.rawfile1, and tests.test_sdmath.sdmath_storageTest.rawfile1.
def tests.test_sdmath.sdmath_storageTest.tearDown | ( | self | ) |
Definition at line 761 of file test_sdmath.py.
References tests.test_sdmath.sdmath_storageTest.outprefix, tests.test_sdimaging.sdimaging_unittest_base.rawfile, tests.test_msmoments.msmoments_test0.rawfile, tests.test_sdgrid.sdgrid_failure_case.rawfile, tests.test_sdmath.sdmath_test0.rawfile, tests.test_sdimprocess.sdimprocess_test1.rawfile, tests.test_sdgrid.sdgrid_single_integ.rawfile, tests.test_msmoments.msmoments_test1.rawfile, tests.test_sdcal.sdcal_test0.rawfile, tests.test_sdgrid.sdgrid_clipping.rawfile, tests.test_sdcal.sdcal_test1.rawfile, tests.test_sdmath.sdmath_test1.rawfile, tests.test_sdgrid.sdgrid_flagging.rawfile, tests.test_sdcal.sdcal_test2.rawfile, tests.test_sdcal.sdcal_test3.rawfile, tests.test_sdgrid.sdgrid_weighting.rawfile, tests.test_sdcal.sdcal_test4.rawfile, tests.test_sdcal.sdcal_test5.rawfile, tests.test_sdmath.sdmath_test2.rawfile, tests.test_sdcal.sdcal_test6.rawfile, tests.test_sdgrid.sdgrid_map.rawfile, tests.test_sdcal.sdcal_test7.rawfile, tests.test_sdgrid.sdgrid_dec_correction.rawfile, tests.test_sdmath.sdmath_storageTest.rawfile, tests.test_sdcal.sdcal_test8.rawfile, tests.test_sdgrid.sdgrid_grid_center.rawfile, tests.test_sdcal.sdcal_test9.rawfile, tests.test_sdcal.sdcal_test_edgemarker_generic.rawfile, tests.test_sdcal.sdcal_test_edgemarker_raster.rawfile, tests.test_sdmath.sdmath_test3.rawfile1, and tests.test_sdmath.sdmath_storageTest.rawfile1.
def tests.test_sdmath.sdmath_storageTest.testDF | ( | self | ) |
Storage Test DF: Addition of two scantables on storage='disk' and insitu=F
Definition at line 1078 of file test_sdmath.py.
References tests.test_sdmath.sdmath_unittest_base._checkresult(), tests.test_sdcoadd.sdcoadd_storageTest._comp_unit_coord(), tests.test_sdmath.sdmath_storageTest._comp_unit_coord(), tests.test_sdcoadd.sdcoadd_storageTest._get_uclist(), tests.test_sdmath.sdmath_storageTest._get_uclist(), tests.test_sdmath.sdmath_storageTest.out_uc, tests.test_sdmath.sdmath_storageTest.outprefix, tests.test_sdmath.sdmath_storageTest.outsuffix, tests.test_sdimaging.sdimaging_unittest_base.rawfile, tests.test_msmoments.msmoments_test0.rawfile, tests.test_sdgrid.sdgrid_failure_case.rawfile, tests.test_sdmath.sdmath_test0.rawfile, tests.test_sdimprocess.sdimprocess_test1.rawfile, tests.test_sdgrid.sdgrid_single_integ.rawfile, tests.test_msmoments.msmoments_test1.rawfile, tests.test_sdcal.sdcal_test0.rawfile, tests.test_sdgrid.sdgrid_clipping.rawfile, tests.test_sdcal.sdcal_test1.rawfile, tests.test_sdmath.sdmath_test1.rawfile, tests.test_sdgrid.sdgrid_flagging.rawfile, tests.test_sdcal.sdcal_test2.rawfile, tests.test_sdcal.sdcal_test3.rawfile, tests.test_sdgrid.sdgrid_weighting.rawfile, tests.test_sdcal.sdcal_test4.rawfile, tests.test_sdcal.sdcal_test5.rawfile, tests.test_sdmath.sdmath_test2.rawfile, tests.test_sdcal.sdcal_test6.rawfile, tests.test_sdgrid.sdgrid_map.rawfile, tests.test_sdcal.sdcal_test7.rawfile, tests.test_sdgrid.sdgrid_dec_correction.rawfile, tests.test_sdmath.sdmath_storageTest.rawfile, tests.test_sdcal.sdcal_test8.rawfile, tests.test_sdgrid.sdgrid_grid_center.rawfile, tests.test_sdcal.sdcal_test9.rawfile, tests.test_sdcal.sdcal_test_edgemarker_generic.rawfile, tests.test_sdcal.sdcal_test_edgemarker_raster.rawfile, tests.test_sdmath.sdmath_test3.rawfile1, and tests.test_sdmath.sdmath_storageTest.rawfile1.
def tests.test_sdmath.sdmath_storageTest.testDF2 | ( | self | ) |
Storage Test DF2: Addition of two scantables on storage='disk' and insitu=F without converting spectral values
Definition at line 1109 of file test_sdmath.py.
References tests.test_sdmath.sdmath_unittest_base._checkresult(), tests.test_sdcoadd.sdcoadd_storageTest._comp_unit_coord(), tests.test_sdmath.sdmath_storageTest._comp_unit_coord(), tests.test_sdcoadd.sdcoadd_storageTest._get_uclist(), tests.test_sdmath.sdmath_storageTest._get_uclist(), tests.test_sdmath.sdmath_storageTest.out_uc, tests.test_sdmath.sdmath_storageTest.outprefix, tests.test_sdmath.sdmath_storageTest.outsuffix, tests.test_sdimaging.sdimaging_unittest_base.rawfile, tests.test_msmoments.msmoments_test0.rawfile, tests.test_sdgrid.sdgrid_failure_case.rawfile, tests.test_sdmath.sdmath_test0.rawfile, tests.test_sdimprocess.sdimprocess_test1.rawfile, tests.test_sdgrid.sdgrid_single_integ.rawfile, tests.test_msmoments.msmoments_test1.rawfile, tests.test_sdcal.sdcal_test0.rawfile, tests.test_sdgrid.sdgrid_clipping.rawfile, tests.test_sdcal.sdcal_test1.rawfile, tests.test_sdmath.sdmath_test1.rawfile, tests.test_sdgrid.sdgrid_flagging.rawfile, tests.test_sdcal.sdcal_test2.rawfile, tests.test_sdcal.sdcal_test3.rawfile, tests.test_sdgrid.sdgrid_weighting.rawfile, tests.test_sdcal.sdcal_test4.rawfile, tests.test_sdcal.sdcal_test5.rawfile, tests.test_sdmath.sdmath_test2.rawfile, tests.test_sdcal.sdcal_test6.rawfile, tests.test_sdgrid.sdgrid_map.rawfile, tests.test_sdcal.sdcal_test7.rawfile, tests.test_sdgrid.sdgrid_dec_correction.rawfile, tests.test_sdmath.sdmath_storageTest.rawfile, tests.test_sdcal.sdcal_test8.rawfile, tests.test_sdgrid.sdgrid_grid_center.rawfile, tests.test_sdcal.sdcal_test9.rawfile, tests.test_sdcal.sdcal_test_edgemarker_generic.rawfile, tests.test_sdcal.sdcal_test_edgemarker_raster.rawfile, tests.test_sdmath.sdmath_test3.rawfile1, and tests.test_sdmath.sdmath_storageTest.rawfile1.
def tests.test_sdmath.sdmath_storageTest.testDT | ( | self | ) |
Storage Test DT: Subtraction of 2D array of [nrow,nchan] on storage='disk' and insitu=T
Definition at line 1011 of file test_sdmath.py.
References tests.test_sdcoadd.sdcoadd_storageTest._comp_unit_coord(), tests.test_sdmath.sdmath_storageTest._comp_unit_coord(), tests.test_msmoments.msmoments_unittest_base._compare(), tests.test_sdmath.sdmath_unittest_base._compare(), tests.test_sdcal.sdcal_avetest_base._compare(), tests.test_sdcoadd.sdcoadd_storageTest._get_unit_coord(), tests.test_sdmath.sdmath_storageTest._get_unit_coord(), tests.test_sdmath.sdmath_storageTest.out_uc, tests.test_sdmath.sdmath_storageTest.outprefix, tests.test_sdmath.sdmath_storageTest.outsuffix, tests.test_sdimaging.sdimaging_unittest_base.rawfile, tests.test_msmoments.msmoments_test0.rawfile, tests.test_sdgrid.sdgrid_failure_case.rawfile, tests.test_sdmath.sdmath_test0.rawfile, tests.test_sdimprocess.sdimprocess_test1.rawfile, tests.test_sdgrid.sdgrid_single_integ.rawfile, tests.test_msmoments.msmoments_test1.rawfile, tests.test_sdcal.sdcal_test0.rawfile, tests.test_sdgrid.sdgrid_clipping.rawfile, tests.test_sdcal.sdcal_test1.rawfile, tests.test_sdmath.sdmath_test1.rawfile, tests.test_sdgrid.sdgrid_flagging.rawfile, tests.test_sdcal.sdcal_test2.rawfile, tests.test_sdcal.sdcal_test3.rawfile, tests.test_sdgrid.sdgrid_weighting.rawfile, tests.test_sdcal.sdcal_test4.rawfile, tests.test_sdcal.sdcal_test5.rawfile, tests.test_sdmath.sdmath_test2.rawfile, tests.test_sdcal.sdcal_test6.rawfile, tests.test_sdgrid.sdgrid_map.rawfile, tests.test_sdcal.sdcal_test7.rawfile, tests.test_sdgrid.sdgrid_dec_correction.rawfile, tests.test_sdmath.sdmath_storageTest.rawfile, tests.test_sdcal.sdcal_test8.rawfile, tests.test_sdgrid.sdgrid_grid_center.rawfile, tests.test_sdcal.sdcal_test9.rawfile, tests.test_sdcal.sdcal_test_edgemarker_generic.rawfile, and tests.test_sdcal.sdcal_test_edgemarker_raster.rawfile.
def tests.test_sdmath.sdmath_storageTest.testDT2 | ( | self | ) |
Storage Test DT2: Subtraction of 2D array of [nrow,nchan] on storage='disk' and insitu=T without converting spectral values
Definition at line 1044 of file test_sdmath.py.
References tests.test_sdcoadd.sdcoadd_storageTest._comp_unit_coord(), tests.test_sdmath.sdmath_storageTest._comp_unit_coord(), tests.test_msmoments.msmoments_unittest_base._compare(), tests.test_sdmath.sdmath_unittest_base._compare(), tests.test_sdcal.sdcal_avetest_base._compare(), tests.test_sdcoadd.sdcoadd_storageTest._get_unit_coord(), tests.test_sdmath.sdmath_storageTest._get_unit_coord(), tests.test_sdmath.sdmath_storageTest.out_uc, tests.test_sdmath.sdmath_storageTest.outprefix, tests.test_sdmath.sdmath_storageTest.outsuffix, tests.test_sdimaging.sdimaging_unittest_base.rawfile, tests.test_msmoments.msmoments_test0.rawfile, tests.test_sdgrid.sdgrid_failure_case.rawfile, tests.test_sdmath.sdmath_test0.rawfile, tests.test_sdimprocess.sdimprocess_test1.rawfile, tests.test_sdgrid.sdgrid_single_integ.rawfile, tests.test_msmoments.msmoments_test1.rawfile, tests.test_sdcal.sdcal_test0.rawfile, tests.test_sdgrid.sdgrid_clipping.rawfile, tests.test_sdcal.sdcal_test1.rawfile, tests.test_sdmath.sdmath_test1.rawfile, tests.test_sdgrid.sdgrid_flagging.rawfile, tests.test_sdcal.sdcal_test2.rawfile, tests.test_sdcal.sdcal_test3.rawfile, tests.test_sdgrid.sdgrid_weighting.rawfile, tests.test_sdcal.sdcal_test4.rawfile, tests.test_sdcal.sdcal_test5.rawfile, tests.test_sdmath.sdmath_test2.rawfile, tests.test_sdcal.sdcal_test6.rawfile, tests.test_sdgrid.sdgrid_map.rawfile, tests.test_sdcal.sdcal_test7.rawfile, tests.test_sdgrid.sdgrid_dec_correction.rawfile, tests.test_sdmath.sdmath_storageTest.rawfile, tests.test_sdcal.sdcal_test8.rawfile, tests.test_sdgrid.sdgrid_grid_center.rawfile, tests.test_sdcal.sdcal_test9.rawfile, tests.test_sdcal.sdcal_test_edgemarker_generic.rawfile, and tests.test_sdcal.sdcal_test_edgemarker_raster.rawfile.
def tests.test_sdmath.sdmath_storageTest.testMF | ( | self | ) |
Storage Test MF: Multiplication of 1D array of [nchan] on storage='memory' and insitu=F
Definition at line 944 of file test_sdmath.py.
References tests.test_sdcoadd.sdcoadd_storageTest._comp_unit_coord(), tests.test_sdmath.sdmath_storageTest._comp_unit_coord(), tests.test_msmoments.msmoments_unittest_base._compare(), tests.test_sdmath.sdmath_unittest_base._compare(), tests.test_sdcal.sdcal_avetest_base._compare(), tests.test_sdcoadd.sdcoadd_storageTest._get_unit_coord(), tests.test_sdmath.sdmath_storageTest._get_unit_coord(), tests.test_sdmath.sdmath_storageTest.out_uc, tests.test_sdmath.sdmath_storageTest.outprefix, tests.test_sdmath.sdmath_storageTest.outsuffix, tests.test_sdimaging.sdimaging_unittest_base.rawfile, tests.test_msmoments.msmoments_test0.rawfile, tests.test_sdgrid.sdgrid_failure_case.rawfile, tests.test_sdmath.sdmath_test0.rawfile, tests.test_sdimprocess.sdimprocess_test1.rawfile, tests.test_sdgrid.sdgrid_single_integ.rawfile, tests.test_msmoments.msmoments_test1.rawfile, tests.test_sdcal.sdcal_test0.rawfile, tests.test_sdgrid.sdgrid_clipping.rawfile, tests.test_sdcal.sdcal_test1.rawfile, tests.test_sdmath.sdmath_test1.rawfile, tests.test_sdgrid.sdgrid_flagging.rawfile, tests.test_sdcal.sdcal_test2.rawfile, tests.test_sdcal.sdcal_test3.rawfile, tests.test_sdgrid.sdgrid_weighting.rawfile, tests.test_sdcal.sdcal_test4.rawfile, tests.test_sdcal.sdcal_test5.rawfile, tests.test_sdmath.sdmath_test2.rawfile, tests.test_sdcal.sdcal_test6.rawfile, tests.test_sdgrid.sdgrid_map.rawfile, tests.test_sdcal.sdcal_test7.rawfile, tests.test_sdgrid.sdgrid_dec_correction.rawfile, tests.test_sdmath.sdmath_storageTest.rawfile, tests.test_sdcal.sdcal_test8.rawfile, tests.test_sdgrid.sdgrid_grid_center.rawfile, tests.test_sdcal.sdcal_test9.rawfile, tests.test_sdcal.sdcal_test_edgemarker_generic.rawfile, and tests.test_sdcal.sdcal_test_edgemarker_raster.rawfile.
def tests.test_sdmath.sdmath_storageTest.testMF2 | ( | self | ) |
Storage Test MF2: Multiplication of 1D array of [nchan] on storage='memory' and insitu=F without converting spectral values
Definition at line 977 of file test_sdmath.py.
References tests.test_sdcoadd.sdcoadd_storageTest._comp_unit_coord(), tests.test_sdmath.sdmath_storageTest._comp_unit_coord(), tests.test_msmoments.msmoments_unittest_base._compare(), tests.test_sdmath.sdmath_unittest_base._compare(), tests.test_sdcal.sdcal_avetest_base._compare(), tests.test_sdcoadd.sdcoadd_storageTest._get_unit_coord(), tests.test_sdmath.sdmath_storageTest._get_unit_coord(), tests.test_sdmath.sdmath_storageTest.out_uc, tests.test_sdmath.sdmath_storageTest.outprefix, tests.test_sdmath.sdmath_storageTest.outsuffix, tests.test_sdimaging.sdimaging_unittest_base.rawfile, tests.test_msmoments.msmoments_test0.rawfile, tests.test_sdgrid.sdgrid_failure_case.rawfile, tests.test_sdmath.sdmath_test0.rawfile, tests.test_sdimprocess.sdimprocess_test1.rawfile, tests.test_sdgrid.sdgrid_single_integ.rawfile, tests.test_msmoments.msmoments_test1.rawfile, tests.test_sdcal.sdcal_test0.rawfile, tests.test_sdgrid.sdgrid_clipping.rawfile, tests.test_sdcal.sdcal_test1.rawfile, tests.test_sdmath.sdmath_test1.rawfile, tests.test_sdgrid.sdgrid_flagging.rawfile, tests.test_sdcal.sdcal_test2.rawfile, tests.test_sdcal.sdcal_test3.rawfile, tests.test_sdgrid.sdgrid_weighting.rawfile, tests.test_sdcal.sdcal_test4.rawfile, tests.test_sdcal.sdcal_test5.rawfile, tests.test_sdmath.sdmath_test2.rawfile, tests.test_sdcal.sdcal_test6.rawfile, tests.test_sdgrid.sdgrid_map.rawfile, tests.test_sdcal.sdcal_test7.rawfile, tests.test_sdgrid.sdgrid_dec_correction.rawfile, tests.test_sdmath.sdmath_storageTest.rawfile, tests.test_sdcal.sdcal_test8.rawfile, tests.test_sdgrid.sdgrid_grid_center.rawfile, tests.test_sdcal.sdcal_test9.rawfile, tests.test_sdcal.sdcal_test_edgemarker_generic.rawfile, and tests.test_sdcal.sdcal_test_edgemarker_raster.rawfile.
def tests.test_sdmath.sdmath_storageTest.testMT | ( | self | ) |
Storage Test MT: Division of scalar on storage='memory' and insitu=T
Definition at line 877 of file test_sdmath.py.
References tests.test_sdcoadd.sdcoadd_storageTest._comp_unit_coord(), tests.test_sdmath.sdmath_storageTest._comp_unit_coord(), tests.test_msmoments.msmoments_unittest_base._compare(), tests.test_sdmath.sdmath_unittest_base._compare(), tests.test_sdcal.sdcal_avetest_base._compare(), tests.test_sdcoadd.sdcoadd_storageTest._get_unit_coord(), tests.test_sdmath.sdmath_storageTest._get_unit_coord(), tests.test_sdmath.sdmath_storageTest.out_uc, tests.test_sdmath.sdmath_storageTest.outprefix, tests.test_sdmath.sdmath_storageTest.outsuffix, tests.test_sdimaging.sdimaging_unittest_base.rawfile, tests.test_msmoments.msmoments_test0.rawfile, tests.test_sdgrid.sdgrid_failure_case.rawfile, tests.test_sdmath.sdmath_test0.rawfile, tests.test_sdimprocess.sdimprocess_test1.rawfile, tests.test_sdgrid.sdgrid_single_integ.rawfile, tests.test_msmoments.msmoments_test1.rawfile, tests.test_sdcal.sdcal_test0.rawfile, tests.test_sdgrid.sdgrid_clipping.rawfile, tests.test_sdcal.sdcal_test1.rawfile, tests.test_sdmath.sdmath_test1.rawfile, tests.test_sdgrid.sdgrid_flagging.rawfile, tests.test_sdcal.sdcal_test2.rawfile, tests.test_sdcal.sdcal_test3.rawfile, tests.test_sdgrid.sdgrid_weighting.rawfile, tests.test_sdcal.sdcal_test4.rawfile, tests.test_sdcal.sdcal_test5.rawfile, tests.test_sdmath.sdmath_test2.rawfile, tests.test_sdcal.sdcal_test6.rawfile, tests.test_sdgrid.sdgrid_map.rawfile, tests.test_sdcal.sdcal_test7.rawfile, tests.test_sdgrid.sdgrid_dec_correction.rawfile, tests.test_sdmath.sdmath_storageTest.rawfile, tests.test_sdcal.sdcal_test8.rawfile, tests.test_sdgrid.sdgrid_grid_center.rawfile, tests.test_sdcal.sdcal_test9.rawfile, tests.test_sdcal.sdcal_test_edgemarker_generic.rawfile, and tests.test_sdcal.sdcal_test_edgemarker_raster.rawfile.
def tests.test_sdmath.sdmath_storageTest.testMT2 | ( | self | ) |
Storage Test MT2: Division of scalar on storage='memory' and insitu=T without converting spectral values
Definition at line 910 of file test_sdmath.py.
References tests.test_sdcoadd.sdcoadd_storageTest._comp_unit_coord(), tests.test_sdmath.sdmath_storageTest._comp_unit_coord(), tests.test_msmoments.msmoments_unittest_base._compare(), tests.test_sdmath.sdmath_unittest_base._compare(), tests.test_sdcal.sdcal_avetest_base._compare(), tests.test_sdcoadd.sdcoadd_storageTest._get_unit_coord(), tests.test_sdmath.sdmath_storageTest._get_unit_coord(), tests.test_sdmath.sdmath_storageTest.out_uc, tests.test_sdmath.sdmath_storageTest.outprefix, tests.test_sdmath.sdmath_storageTest.outsuffix, tests.test_sdimaging.sdimaging_unittest_base.rawfile, tests.test_msmoments.msmoments_test0.rawfile, tests.test_sdgrid.sdgrid_failure_case.rawfile, tests.test_sdmath.sdmath_test0.rawfile, tests.test_sdimprocess.sdimprocess_test1.rawfile, tests.test_sdgrid.sdgrid_single_integ.rawfile, tests.test_msmoments.msmoments_test1.rawfile, tests.test_sdcal.sdcal_test0.rawfile, tests.test_sdgrid.sdgrid_clipping.rawfile, tests.test_sdcal.sdcal_test1.rawfile, tests.test_sdmath.sdmath_test1.rawfile, tests.test_sdgrid.sdgrid_flagging.rawfile, tests.test_sdcal.sdcal_test2.rawfile, tests.test_sdcal.sdcal_test3.rawfile, tests.test_sdgrid.sdgrid_weighting.rawfile, tests.test_sdcal.sdcal_test4.rawfile, tests.test_sdcal.sdcal_test5.rawfile, tests.test_sdmath.sdmath_test2.rawfile, tests.test_sdcal.sdcal_test6.rawfile, tests.test_sdgrid.sdgrid_map.rawfile, tests.test_sdcal.sdcal_test7.rawfile, tests.test_sdgrid.sdgrid_dec_correction.rawfile, tests.test_sdmath.sdmath_storageTest.rawfile, tests.test_sdcal.sdcal_test8.rawfile, tests.test_sdgrid.sdgrid_grid_center.rawfile, tests.test_sdcal.sdcal_test9.rawfile, tests.test_sdcal.sdcal_test_edgemarker_generic.rawfile, and tests.test_sdcal.sdcal_test_edgemarker_raster.rawfile.
list tests.test_sdmath.sdmath_storageTest.inlist [static] |
Definition at line 743 of file test_sdmath.py.
dictionary tests.test_sdmath.sdmath_storageTest.out_uc [static] |
Definition at line 750 of file test_sdmath.py.
Referenced by tests.test_sdmath.sdmath_storageTest.testDF(), tests.test_sdmath.sdmath_storageTest.testDF2(), tests.test_sdmath.sdmath_storageTest.testDT(), tests.test_sdmath.sdmath_storageTest.testDT2(), tests.test_sdmath.sdmath_storageTest.testMF(), tests.test_sdmath.sdmath_storageTest.testMF2(), tests.test_sdmath.sdmath_storageTest.testMT(), and tests.test_sdmath.sdmath_storageTest.testMT2().
string tests.test_sdmath.sdmath_storageTest.outprefix [static] |
Definition at line 744 of file test_sdmath.py.
Referenced by tests.test_sdmath.sdmath_storageTest.tearDown(), tests.test_sdmath.sdmath_storageTest.testDF(), tests.test_sdmath.sdmath_storageTest.testDF2(), tests.test_sdmath.sdmath_storageTest.testDT(), tests.test_sdmath.sdmath_storageTest.testDT2(), tests.test_sdmath.sdmath_storageTest.testMF(), tests.test_sdmath.sdmath_storageTest.testMF2(), tests.test_sdmath.sdmath_storageTest.testMT(), and tests.test_sdmath.sdmath_storageTest.testMT2().
string tests.test_sdmath.sdmath_storageTest.outsuffix [static] |
Definition at line 745 of file test_sdmath.py.
Referenced by tests.test_sdmath.sdmath_storageTest.testDF(), tests.test_sdmath.sdmath_storageTest.testDF2(), tests.test_sdmath.sdmath_storageTest.testDT(), tests.test_sdmath.sdmath_storageTest.testDT2(), tests.test_sdmath.sdmath_storageTest.testMF(), tests.test_sdmath.sdmath_storageTest.testMF2(), tests.test_sdmath.sdmath_storageTest.testMT(), and tests.test_sdmath.sdmath_storageTest.testMT2().
string tests.test_sdmath.sdmath_storageTest.rawfile [static] |
Definition at line 741 of file test_sdmath.py.
Referenced by tests.test_sdgrid.sdgrid_unittest_base.addrow(), tests.test_sdmath.sdmath_storageTest.setUp(), tests.test_sdscale.sdscale_test0.tearDown(), tests.test_sdscale.sdscale_test1.tearDown(), tests.test_sdscale.sdscale_test2.tearDown(), tests.test_sdscale.sdscale_test3.tearDown(), tests.test_sdscale.sdscale_test4.tearDown(), tests.test_sdmath.sdmath_storageTest.tearDown(), tests.test_sdscale.sdscale_test0.test001(), tests.test_sdscale.sdscale_test0.test002(), tests.test_sdscale.sdscale_test0.test003(), tests.test_sdscale.sdscale_test1.test100(), tests.test_sdscale.sdscale_test1.test101(), tests.test_sdscale.sdscale_test1.test102(), tests.test_sdscale.sdscale_test1.test103(), tests.test_sdscale.sdscale_test1.test104(), tests.test_sdscale.sdscale_test1.test105(), tests.test_sdscale.sdscale_test1.test106(), tests.test_sdscale.sdscale_test1.test107(), tests.test_sdscale.sdscale_test2.test200(), tests.test_sdscale.sdscale_test2.test201(), tests.test_sdscale.sdscale_test2.test202(), tests.test_sdscale.sdscale_test2.test203(), tests.test_sdscale.sdscale_test2.test204(), tests.test_sdscale.sdscale_test2.test205(), tests.test_sdscale.sdscale_test2.test206(), tests.test_sdscale.sdscale_test2.test207(), tests.test_sdscale.sdscale_test3.test300(), tests.test_sdscale.sdscale_test3.test301(), tests.test_sdscale.sdscale_test3.test302(), tests.test_sdscale.sdscale_test3.test303(), tests.test_sdscale.sdscale_test3.test304(), tests.test_sdscale.sdscale_test3.test305(), tests.test_sdscale.sdscale_test3.test306(), tests.test_sdscale.sdscale_test3.test307(), tests.test_sdscale.sdscale_test4.test400(), tests.test_sdscale.sdscale_test4.test401(), tests.test_sdscale.sdscale_test4.test402(), tests.test_sdscale.sdscale_test4.test403(), tests.test_sdscale.sdscale_test4.test404(), tests.test_sdscale.sdscale_test4.test405(), tests.test_sdscale.sdscale_test4.test406(), tests.test_sdscale.sdscale_test4.test407(), tests.test_sdmath.sdmath_storageTest.testDF(), tests.test_sdmath.sdmath_storageTest.testDF2(), tests.test_sdmath.sdmath_storageTest.testDT(), tests.test_sdmath.sdmath_storageTest.testDT2(), tests.test_sdmath.sdmath_storageTest.testMF(), tests.test_sdmath.sdmath_storageTest.testMF2(), tests.test_sdmath.sdmath_storageTest.testMT(), and tests.test_sdmath.sdmath_storageTest.testMT2().
string tests.test_sdmath.sdmath_storageTest.rawfile1 [static] |
Definition at line 742 of file test_sdmath.py.
Referenced by tests.test_sdmath.sdmath_storageTest.setUp(), tests.test_sdmath.sdmath_storageTest.tearDown(), tests.test_sdmath.sdmath_storageTest.testDF(), and tests.test_sdmath.sdmath_storageTest.testDF2().