uafgeotools / waveform_collection

Collect seismic/infrasound waveforms and metadata from IRIS/WATC/AVO servers, local miniSEED files, etc.
https://uaf-waveform-collection.readthedocs.io/
MIT License
13 stars 7 forks source link

Better flexibility for removing response #3

Closed liamtoney closed 5 years ago

liamtoney commented 5 years ago

Right now, the user can either choose to "remove the response" from gathered waveforms with ObsPy's remove_sensitivity(), or not attach nor remove response at all. There should be an in-between here to cover all use cases. An easy option is to always set attach_response=True for FDSN clients. Then at least the information is there if users want it.

liamtoney commented 5 years ago

Addressed in 17eeb57