Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about PhaseNet data input specifications #70

Open
Tijn-Nederstigt opened this issue Dec 6, 2022 · 1 comment
Open

Question about PhaseNet data input specifications #70

Tijn-Nederstigt opened this issue Dec 6, 2022 · 1 comment

Comments

@Tijn-Nederstigt
Copy link

I am trying to implement PhaseNet in a seismic station data processing workflow in Python. Using Obspy I am gathering trace data for specific time windows and specific stations. I end up with three component trace data as counts in the form of three numpy ndata arrays.

Looking at the test datasets, it is not immediately clear how to process these arrays to the required npz input csv.files. It also seems that apart from the traces, some station related input files are also necessary.

Is it possible to process numpy arrays to PhaseNet input, and what would be the best course of action here?

@saeedsltm
Copy link

In case you have the meta data of your station, simple make an Obspy Stream from your raw data, save it in mseed format, and also make its assocciated response file in xml format, then run PhaseNet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants