uafgeotools / rtm

A Python package for locating infrasound sources using reverse time migration
https://uaf-rtm.readthedocs.io/
MIT License
38 stars 13 forks source link

Adding stream plotting utility #22

Closed davidfee5 closed 4 years ago

davidfee5 commented 4 years ago

I'd like to add some code to make a nice plot of a given stream, either for raw, filtered, or RTM processed waveforms. This may be redundant with some other repositories but I think would be a handy tool. Agreed?

liamtoney commented 4 years ago

Sure — I think it should go in plotting.py. Would you wrap st.plot() or write your own from scratch?

davidfee5 commented 4 years ago

I was going to write my own. Something basic but close to publication-quality. st.plot() leaves something to be desired