Changeset 12841
- Timestamp:
- 02/03/12 22:47:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/pyfact.py
r12818 r12841 4 4 # ETH Zurich 5 5 # 6 from ctypes import *6 from ctypes import * 7 7 import numpy as np 8 8 9 import scipy.signal as spsi 9 10 … … 305 306 tmp = dpath + year + '/' + month + '/' + day + '/' + yyyymmdd + '_' 306 307 self.names['data'] = tmp + dfile + ext 307 self.names['drscal'] = tmp + '_' +cfile + '.drs' + ext308 self.names['drscal'] = tmp + cfile + '.drs' + ext 308 309 self.names['results'] = rpath + yyyymmdd + '_' + dfile + '_' + cfile 309 310
Note:
See TracChangeset
for help on using the changeset viewer.