-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hy everyone,
I'm trying to run retreat with my data. I've already tried with the example data and everything went fine.
I tried to run with my data via the GUI interface and also by the command line editing the file default_input_values.py, but both ways result in the same error. It seems like my directory is empty, and it doesn't. The error message is:
Starting logging: 2021-09-30 15:55:38
Fetching parameters
Target plot window length = 3600.00s
Amount of data to fetch each update = 600.00s
**Fetching initial data
Replay mode selected: using local files as data source
Using custom directory structure:
{network}.{station}..{channel}.{year}.{doy:03d}.mseed
Retrieving data from filesystem...
Error: Stream empty - please check your data source
Error retrieving data. Check input source
Stream start time = 2020-01-26T06:00:00.000000Z
Process realtime:
Traceback (most recent call last):
File "/home/helena/anaconda3/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/home/helena/anaconda3/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, self._kwargs)
File "/home/helena/anaconda3/retreat/retreat/realtime.py", line 39, in realtime
st_end = update(timing, mydata, preproc, kwargs, to_plot, spectro, array_resp, logfile, st_end)
File "/home/helena/anaconda3/retreat/retreat/update.py", line 253, in update
st_sta = min([tr.stats.starttime for tr in st])
TypeError: 'NoneType' object is not iterable
I suspect that my problem comes from the name of my files, but I've been looking at them and don't find the issue.
Could someone help me?
Thank you,
Helena.