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.
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 setattach_response=True
for FDSN clients. Then at least the information is there if users want it.