xumi1993 / seispy

Python module of seismology and receiver functions
https://seispy.xumijian.me
GNU General Public License v3.0
95 stars 29 forks source link

Consult the seispy library for problems related to calculating a seismic event receiving function separately #44

Closed EasonLIU1111 closed 2 years ago

EasonLIU1111 commented 2 years ago

Consult the seispy library for problems related to calculating a seismic event receiving function separately


  1. Calculate PRF.Use example failed.The error content is as follows:
    
    File f:\Python\Python309\lib\site-packages\obspy\core\stream.py:643, in Stream.__getitem__(self, index)
    641     return self.__class__(traces=self.traces.__getitem__(index))
    642 else:
    --> 643     return self.traces.__getitem__(index)

IndexError: list index out of range



`Windows 10`;
`Python 3.10.2`;
`pip install python-seispy`。
xumi1993 commented 2 years ago

Pls provide more details for your test, such as

EasonLIU1111 commented 2 years ago

The problem has been solved. Sorry