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

Implement function/script for reading in campaign data #5

Closed liamtoney closed 5 years ago

liamtoney commented 5 years ago

Original report by me.


This would output a Stream object containing Traces with latitude, longitude, and elevation attributes present in tr.stats and with response removed (i.e. units of Pa). This Stream would then be compatible with process_waveforms().

liamtoney commented 5 years ago

We could store campaign infrasound station coordinates in a JSON file as suggested in Issue #1

liamtoney commented 5 years ago

Original comment by David Fee (Bitbucket: 557058:f36e7514-bbba-431e-8df0-3e3ac9a3395b, GitHub: davidfee5).


Implemented in mseed_local