You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In header = MTfh.read_ts_header(fn) we have this line: headerlements = ['samplingrate', 't_min', 'nsamples', 'lat', 'lon', 'elev']
None of these strings ['samplingrate', 't_min', 'nsamples', 'lat', 'lon', 'elev'] exist anywhere in the examples folder. So the headers for the data are not found at all, and the python script exits with this error:
No MTpy data files for station BP02/133 found in directory /home/sudipta/Dropbox/GA/mtpy/examples/data/EarthDataLogger/BP02/133 !!
The text was updated successfully, but these errors were encountered:
basaks
changed the title
Can not run examples script
Can not run example script birrp_2in2out_simple.pyFeb 9, 2016
Can any of contributors demonstrate (possibly add a readme?) how to run the
examples
?I tried this:
In
header = MTfh.read_ts_header(fn)
we have this line:headerlements = ['samplingrate', 't_min', 'nsamples', 'lat', 'lon', 'elev']
None of these strings
['samplingrate', 't_min', 'nsamples', 'lat', 'lon', 'elev']
exist anywhere in theexamples
folder. So theheaders
for the data are not found at all, and the python script exits with this error:No MTpy data files for station BP02/133 found in directory /home/sudipta/Dropbox/GA/mtpy/examples/data/EarthDataLogger/BP02/133 !!
The text was updated successfully, but these errors were encountered: