xtyangpsp / StackMaster

A collection of methods for data stacking
MIT License
20 stars 5 forks source link

Database pk #2

Closed mcardenass closed 4 months ago

mcardenass commented 8 months ago

How do I convert my sac files to .pk database?

xtyangpsp commented 8 months ago

Thanks for using stackmaster. Converting to .pk files is not required to use the stacking functions. As long as you can read your sacfiles as Obspy traces, you can gather all trace data (the time series vectors) into a 2-d matrix. Then you can call the stacking functions to operate on the 2-d matrix. Hope this helps. On Dec 21, 2023 at 10:02 -0500, Martin @.***>, wrote:

How do I convert my sac files to .pk database? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

mcardenass commented 8 months ago

Thanks Xiaotao