fmagrini / seislib

Seismic imaging at local, regional, and global scale
https://seislib.readthedocs.io/en/latest/
MIT License
68 stars 18 forks source link

Is there any demo data for learn usage? #3

Closed xichaoqiang closed 2 years ago

xichaoqiang commented 2 years ago

Dear Dr.Magrini

Thanks for sharing this great package.

Is there any demo earthquake and ambient noise data for this package?

So we can learn how to use this package properly.

And I can try add some jupyter notebooks for other people for tutorial purposes.

Thank you very much for your work.

Best regards, Xi

fmagrini commented 2 years ago

Dear Xi,

I am working on the online documentation. I should be able to complete it in a couple of weeks. Note that the codes are extensively documented, and you can simply access them by typing help(class) or help(class.method) in your favorite GUI.

In few words, you can use the following classes:

and the functions from the modules:

As for the example data, I will probably add some on GitHub in the next few weeks. You can easily download them with the above downloader classes for now.

Best, Fabrizio

xichaoqiang commented 2 years ago

Thanks for your kindly reply.