tabulated_rates.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 t.checklist = { \
4  'tracked_nuclei.dat' : \
5  { 'method':'listcompare', 'tolerance':[5e-4 for i in range(5)] ,\
6  'x_column':0, 'y_column':[i+1 for i in range(5)] ,"lowerlimit":1e-6} \
7 }
8 t.program = t.basedir + "/bin/winnet"
9 t.testdir = t.basedir + "/test/" + t.testname
10 t.logfile = t.testdir + ".log"
11 t.arcfile = t.testdir + ".tar.xz"