austinholland / PhasePApy

Python Seismic Phase Picker and Associator
88 stars 46 forks source link

Make trace object #15

Closed mariosgeo closed 3 years ago

mariosgeo commented 3 years ago

Hello,

I have several traces stored in txt, which I want to auto-pick. Each trace is a numpy array, let's name it "trace[Mx1] size".

I know the sampling rate and I want to get the first arrival pick. How can I convert the numpy array to this object?