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

Decide how read_local() interfaces with the output of our cube conversion codes #16

Closed liamtoney closed 4 years ago

liamtoney commented 5 years ago

Original report by me.


read_local() currently assumes that the response of the hour-long miniSEED files output by cube_convert.py is removed. However, we could modify cube_convert.py to just add in the response info to the miniSEED metadata (can that be done?), and then read_local() could give the option to remove the response (like the other data collection tools in waveform.py).

In any case, I think we should make cube_convert.py and read_local() work really smoothly together.

liamtoney commented 4 years ago

Closing this since it now belongs in _waveformcollection