Functions | |
def | compare |
def | diffFiles |
def | runTests |
def | diffMetadata |
def | diffAmpPhsFloat |
def | printDiff |
def | removeOut |
def | resetData |
def | listcalFix |
def | reduce |
def listing.compare | ( | test, | |
standard | |||
) |
Definition at line 18 of file listing.py.
Referenced by tests.test_sdflagmanager.sdflagmanager_test._compareBLparam(), tests.test_sdstat.sdstat_unittest_base._compareFiles(), and tests.test_sdlist.sdlist_test._compareOutFile().
def listing.diffAmpPhsFloat | ( | test, | |
standard, | |||
prefix = "" , |
|||
precision = "1e-6" |
|||
) |
Definition at line 174 of file listing.py.
References printDiff().
Referenced by vla_uvfits_line_sf.regressverify.calibrate(), and runTests().
def listing.diffFiles | ( | testOut, | |
standardOut, | |||
prefix = "" |
|||
) |
Definition at line 43 of file listing.py.
def listing.diffMetadata | ( | testOut, | |
standardOut, | |||
prefix = "" |
|||
) |
Definition at line 99 of file listing.py.
References printDiff().
Referenced by vla_uvfits_line_sf.regressverify.calibrate(), and runTests().
def listing.listcalFix | ( | listcalOut | ) |
Definition at line 399 of file listing.py.
def listing.printDiff | ( | s1, | |
s2, | |||
filenames = [] |
|||
) |
Definition at line 331 of file listing.py.
Referenced by diffAmpPhsFloat(), and diffMetadata().
def listing.reduce | ( | filename, | |
N | |||
) |
Definition at line 417 of file listing.py.
References 3C391polim_regression.f.
def listing.removeOut | ( | outputFile | ) |
Definition at line 349 of file listing.py.
def listing.resetData | ( | msname, | |
automate = True |
|||
) |
Definition at line 369 of file listing.py.
def listing.runTests | ( | test, | |
standard, | |||
precision, | |||
prefix | |||
) |
Definition at line 63 of file listing.py.
References diffAmpPhsFloat(), and diffMetadata().