Public Member Functions | |
def | __init__ |
def | op_init |
def | op_done |
def | polImageTest |
def | simpleStats |
def | visStats |
def | cubeImageTest |
def | get_casa_version |
def | create_log |
def | get_platform |
Public Attributes | |
resultdir | |
imdir | |
tester | |
imagertests | |
result | |
numTests | |
resultsubdir | |
Get the directories right. | |
result_common | |
logfd | |
Static Public Attributes | |
int | status |
Do a simple stats for pol Q,U,V. | |
tuple | page |
Definition at line 46 of file publish_summary.py.
def publish_summary.runTest.__init__ | ( | self, | |
test, | |||
DATA_REPOS = [AIPS_DIR+'/data'] , |
|||
WORKING_DIR = '/tmp/casa_regression_work/' , |
|||
RESULT_DIR = '/tmp/casa_regression_result/' , |
|||
retemplate = False , |
|||
cleanup = True , |
|||
CPP_PROFILE = False , |
|||
RESULT_SUBDIR = '' , |
|||
REDIRECT = True , |
|||
PY_PROFILE = True |
|||
) |
cleanup: set to False to keep data around. CPP_PROFILE: set to True to enable C++ profiling. This requires that the command 'sudo opcontrol' must work. You also need the 'dot' tool distributed as part of graphviz. Run 'dot -Txxx' to verify that your dot installation supports PNG images. Note, a profile is created only for the casapy process. If you want to include profiles for async / child processes, refer to the documentation for opreport.
Definition at line 56 of file publish_summary.py.
def publish_summary.runTest.create_log | ( | self, | |
product_file | |||
) |
Definition at line 673 of file publish_summary.py.
References publish_summary.runTest.result, and publish_summary.runTest.resultsubdir.
def publish_summary.runTest.cubeImageTest | ( | self, | |
imageName, | |||
templateImage, | |||
testname, | |||
WORKING_DIR, | |||
RESULT_DIR | |||
) |
Definition at line 623 of file publish_summary.py.
References publish_summary.runTest.imdir, publish_summary.runTest.result, and publish_summary.runTest.resultdir.
def publish_summary.runTest.get_casa_version | ( | self | ) |
Definition at line 663 of file publish_summary.py.
def publish_summary.runTest.get_platform | ( | self | ) |
Definition at line 691 of file publish_summary.py.
def publish_summary.runTest.op_done | ( | self, | |
oprofile | |||
) |
Definition at line 445 of file publish_summary.py.
def publish_summary.runTest.op_init | ( | self, | |
oprofile | |||
) |
Definition at line 441 of file publish_summary.py.
def publish_summary.runTest.polImageTest | ( | self, | |
imageName, | |||
templateImage, | |||
testName, | |||
WORKING_DIR, | |||
RESULT_DIR, | |||
numPol = 2 |
|||
) |
Definition at line 459 of file publish_summary.py.
References publish_summary.runTest.imdir, publish_summary.runTest.result, and publish_summary.runTest.resultdir.
def publish_summary.runTest.simpleStats | ( | self, | |
imageName, | |||
templateImage, | |||
testname, | |||
WORKING_DIR, | |||
RESULT_DIR | |||
) |
Definition at line 543 of file publish_summary.py.
References publish_summary.runTest.imdir, publish_summary.runTest.result, and publish_summary.runTest.resultdir.
def publish_summary.runTest.visStats | ( | self, | |
msName, | |||
templateMS, | |||
testname, | |||
WORKING_DIR, | |||
RESULT_DIR | |||
) |
Definition at line 574 of file publish_summary.py.
References publish_summary.runTest.imdir, publish_summary.runTest.result, and publish_summary.runTest.resultdir.
Definition at line 69 of file publish_summary.py.
Definition at line 67 of file publish_summary.py.
Referenced by publish_summary.runTest.cubeImageTest(), publish_summary.runTest.polImageTest(), publish_summary.runTest.simpleStats(), and publish_summary.runTest.visStats().
Definition at line 681 of file publish_summary.py.
Definition at line 71 of file publish_summary.py.
tuple publish_summary.runTest.page [static] |
Definition at line 536 of file publish_summary.py.
Definition at line 70 of file publish_summary.py.
Referenced by publish_summary.runTest.create_log(), publish_summary.runTest.cubeImageTest(), publish_summary.runTest.polImageTest(), publish_summary.runTest.simpleStats(), tests.test_setjy.test_ModImage.test1_UBandModelQithQBandMS(), tests.test_setjy.test_MultipleObservations.test2_MultipleObservationOldModel(), tests.test_setjy.test_SingleObservation.test2_SingleObservationSelectByChan(), tests.test_setjy.test_SingleObservation.test3_SingleObservationNewModel(), and publish_summary.runTest.visStats().
Definition at line 267 of file publish_summary.py.
Definition at line 66 of file publish_summary.py.
Referenced by publish_summary.runTest.cubeImageTest(), publish_summary.runTest.polImageTest(), publish_summary.runTest.simpleStats(), and publish_summary.runTest.visStats().
Get the directories right.
cleanup before each test
Definition at line 77 of file publish_summary.py.
Referenced by publish_summary.runTest.create_log().
int publish_summary.runTest.status [static] |
Do a simple stats for pol Q,U,V.
Definition at line 507 of file publish_summary.py.
Definition at line 68 of file publish_summary.py.