paudetseis / RfPy

Teleseismic receiver function calculation and post-processing
https://paudetseis.github.io/RfPy/
MIT License
39 stars 28 forks source link

rfpy_plot error list out of range #38

Open IADKA opened 1 year ago

IADKA commented 1 year ago

when i try to plot after rfpy_calc, this error shown: Traceback (most recent call last): File "C:\Users\andre\anaconda3\envs\rfpy\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\andre\anaconda3\envs\rfpy\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\andre\anaconda3\envs\rfpy\Scripts\rfpy_plot.exe__main__.py", line 7, in File "C:\Users\andre\anaconda3\envs\rfpy\lib\site-packages\rfpy\scripts\rfpy_plot.py", line 523, in main for tr in rf_tmp[0]: IndexError: list index out of range

raghav413 commented 2 months ago

is the problem solved? if yes please write the solution here. thanks