-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi!
Still trying to run the code...
After successful data download preprocessing step fails with no error raised:
(RISCluster_CPU) [wgajek@opal RISWorkflow]$ process ./Config/config_preprocess.ini
Processing data. Workers: 4
| | 0.00/0.00 [00:00<?, ?it/s]
Processing complete.
0 files saved to /home/wgajek/RISWorkflow/raw/Preprocessed
0:00:00 elapsed.
The data is downloaded (
'start': '20141201T0200',
'stop': '20141201T0500',) just for trying
The name format is matching actual filenames. The output /Preprocessed/params_preprocess.json is created and looks ok (below).
It seems the code cannot recognize the downloaded data (the paths match - in process.ini the seismo data path is the same as in download scipt).
Preprocessed/params_preprocess.json :
{"mode": "preprocess", "sourcepath": "/home/wgajek/RISWorkflow/raw", "writepath": "/home/wgajek/RISWorkflow/raw/Preprocessed", "catalogue": ".", "parampath": "/home/wgajek/RISWorkflow/raw/Preprocessed", "name_format": "2", "network": "XH", "station": "*", "channel": "HHZ", "taper": "60.0", "prefeed": "60.0", "fs2": "50.0", "cutoff": "[3.0, 20.0]", "T_seg": "None", "NFFT": "None", "tpersnap": "None", "overlap": "None", "output": "acc", "prefilt": "(0.004, 0.01, 500.0, 1000.0)", "waterlevel": "14.0", "detector": "None", "STA": "None", "LTA": "None", "on": "None", "off": "None", "det_window": "None", "num_workers": "4", "verbose": "False", "start": "2014-12-01 02:00:00", "stop": "2014-12-01 05:00:00", "buffer_front": "120.0", "buffer_back": "60.0", "start_processing": "2014-12-01 01:58:00", "stop_processing": "2014-12-01 05:01:00"}