Classes | |
class | sdimaging_unittest_base |
Base class for sdimaging unit test. More... | |
class | sdimaging_test0 |
class | sdimaging_test1 |
class | sdimaging_test2 |
Test frequency imaging. More... | |
class | sdimaging_test3 |
Functions | |
def | test102 |
def | test103 |
def | test104 |
def | test105 |
def | test106 |
def | test107 |
def | test108 |
def | suite |
Variables | |
dictionary | refstats |
refstats={'blc': numpy.array([0, 0, 0, 0], dtype=numpy.int32), 'blcf': '17:32:18.690, +57.37.28.536, I, 1.419395e+09Hz', 'max': numpy.array([ 0.03589965]), 'maxpos': numpy.array([60, 71, 0, 0], dtype=numpy.int32), 'maxposf': '17:08:55.879, +61.12.09.501, I, 1.419395e+09Hz', 'mean': numpy.array([ 0.01769218]), 'min': numpy.array([ 0. |
def tests.test_sdimaging.suite | ( | ) |
Definition at line 714 of file test_sdimaging.py.
def tests.test_sdimaging.test102 | ( | self | ) |
Test 102: Full channel image
Definition at line 359 of file test_sdimaging.py.
def tests.test_sdimaging.test103 | ( | self | ) |
Test 103: Selected channel image
Definition at line 389 of file test_sdimaging.py.
def tests.test_sdimaging.test104 | ( | self | ) |
Test 104: Box-car gridding
Definition at line 414 of file test_sdimaging.py.
def tests.test_sdimaging.test105 | ( | self | ) |
Test 105: Prolate Spheroidal gridding
Definition at line 439 of file test_sdimaging.py.
def tests.test_sdimaging.test106 | ( | self | ) |
Test 106: Imaging two polarization separately (XX and YY, not Stokes I)
Definition at line 464 of file test_sdimaging.py.
def tests.test_sdimaging.test107 | ( | self | ) |
Test 107: Gaussian gridding
Definition at line 489 of file test_sdimaging.py.
def tests.test_sdimaging.test108 | ( | self | ) |
Test 108: Gaussian*Jinc gridding
Definition at line 514 of file test_sdimaging.py.
dictionary tests.test_sdimaging.refstats |
refstats={'blc': numpy.array([0, 0, 0, 0], dtype=numpy.int32), 'blcf': '17:32:18.690, +57.37.28.536, I, 1.419395e+09Hz', 'max': numpy.array([ 0.03589965]), 'maxpos': numpy.array([60, 71, 0, 0], dtype=numpy.int32), 'maxposf': '17:08:55.879, +61.12.09.501, I, 1.419395e+09Hz', 'mean': numpy.array([ 0.01769218]), 'min': numpy.array([ 0.
]), 'minpos': numpy.array([0, 0, 0, 0], dtype=numpy.int32), 'minposf': '17:32:18.690, +57.37.28.536, I, 1.419395e+09Hz', 'npts': numpy.array([ 5625.]), 'rms': numpy.array([ 0.01939845]), 'sigma': numpy.array([ 0.007956]), 'sum': numpy.array([ 99.51852731]), 'sumsq': numpy.array([ 2.11668729]), 'trc': numpy.array([74, 74, 0, 0], dtype=numpy.int32), 'trcf': '17:03:03.151, +61.19.10.757, I, 1.419395e+09Hz'}
Definition at line 341 of file test_sdimaging.py.