Public Member Functions | |
def | setUp |
def | tearDown |
def | test1 |
def | test2 |
def | test3 |
def | test4 |
def | test5 |
def | test6 |
def | test7 |
Definition at line 25 of file test_fixplanets.py.
def tests.test_fixplanets.fixplanets_test1.setUp | ( | self | ) |
Definition at line 26 of file test_fixplanets.py.
References casa_in_py.default().
def tests.test_fixplanets.fixplanets_test1.tearDown | ( | self | ) |
Definition at line 34 of file test_fixplanets.py.
def tests.test_fixplanets.fixplanets_test1.test1 | ( | self | ) |
Does a standard fixplanets work on an MS imported from an ASDM from April 2011
Definition at line 38 of file test_fixplanets.py.
def tests.test_fixplanets.fixplanets_test1.test2 | ( | self | ) |
Does the setting of a given direction work on an MS imported from an ASDM from April 2011
Definition at line 45 of file test_fixplanets.py.
def tests.test_fixplanets.fixplanets_test1.test3 | ( | self | ) |
Does the setting of a given direction with ref !=J2000 and != sol.sys. object give the expected error?
Definition at line 52 of file test_fixplanets.py.
def tests.test_fixplanets.fixplanets_test1.test4 | ( | self | ) |
Does the setting of a given direction work with a sol system ref frame?
Definition at line 59 of file test_fixplanets.py.
def tests.test_fixplanets.fixplanets_test1.test5 | ( | self | ) |
Does a standard fixplanets work on an MS imported from an ASDM from April 2011 with parameter reftime
Definition at line 66 of file test_fixplanets.py.
def tests.test_fixplanets.fixplanets_test1.test6 | ( | self | ) |
Does a standard fixplanets with put of bounds parameter reftime give the expected error
Definition at line 73 of file test_fixplanets.py.
def tests.test_fixplanets.fixplanets_test1.test7 | ( | self | ) |
Does a standard fixplanets with wrong parameter reftime give the expected error
Definition at line 80 of file test_fixplanets.py.