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
Copy file name to clipboardExpand all lines: README.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,20 @@
28
28
29
29
Seispy is a Python module for processing seismological data and calculating Receiver Functions. The advanced functions are available to improve the Obspy.
30
30
31
+
## Acknowledgements
32
+
33
+
For the use of the Seispy package, please cite as:
34
+
35
+
- Xu, M. & He, J. (2023). Seispy: Python Module for Batch Calculation and Postprocessing of Receiver Functions. Seismological Research Letters, 94 (2A): 935–943. doi: https://doi.org/10.1785/0220220288
36
+
37
+
For 3D time-difference correction, please also consider citing:
38
+
39
+
- Xu, M., Huang, H., Huang, Z., Wang, P., Wang, L., Xu, M., ... & Yuan, X. (2018). Insight into the subducted Indian slab and origin of the Tengchong volcano in SE Tibet from receiver function analysis. Earth and Planetary Science Letters, 482, 567-579. doi: https://doi.org/10.1016/j.epsl.2017.11.048
40
+
41
+
For 2D and 3D CCP stacking, please also consider citing:
42
+
43
+
- Xu, M., Huang, Z., Wang, L., Xu, M., Zhang, Y., Mi, N., ... & Yuan, X. (2020). Sharp lateral Moho variations across the SE Tibetan margin and their implications for plateau growth. Journal of Geophysical Research: Solid Earth, 125(5), e2019JB018117. doi: https://doi.org/10.1029/2019JB018117
self.logger.CCPlog.error('No stations within the profile belt with width of {}'.format(width))
195
-
raiseValueError('Satisfied stations not found')
220
+
sys.exit(1)
196
221
returnfinal_idx
197
222
198
223
def_pierce_project(self, rfsta):
@@ -218,7 +243,7 @@ def stack(self):
218
243
bin_ci=np.zeros([self.cpara.stack_range.size, 2])
219
244
bin_count=np.zeros(self.cpara.stack_range.size)
220
245
self.logger.CCPlog.info('{}/{} bin from {:.2f} km at lat: {:.3f} lon: {:.3f}'.format(i+1, self.bin_loca.shape[0], self.profile_range[i], bin_info[0], bin_info[1]))
0 commit comments