Ignore:
Timestamp:
02/03/12 22:47:29 (13 years ago)
Author:
lusterma
Message:
fixed bug in class fnames - wrong drscal file name
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/pyfact.py

    r12818 r12841  
    44# ETH Zurich
    55#
    6 from ctypes import *
     6from   ctypes import *
    77import numpy as np
     8
    89import scipy.signal as spsi
    910
     
    305306        tmp = dpath + year + '/' + month + '/' + day + '/' + yyyymmdd + '_'
    306307        self.names['data']  =  tmp + dfile + ext
    307         self.names['drscal'] = tmp + '_' + cfile + '.drs' + ext
     308        self.names['drscal'] = tmp + cfile + '.drs' + ext
    308309        self.names['results'] =  rpath + yyyymmdd + '_' + dfile + '_' + cfile
    309310
Note: See TracChangeset for help on using the changeset viewer.