Closed alexjcwitsil closed 1 year ago
Hey Alex! I think the issue here is actually related to insufficient metadata. The error occurs during the response removal phase, and it appears at least one of the channels does not have a sensitivity value. Your *Z
channel requests returns a mix of different sensors (seismometers, accelerometers, etc), so you might try to narrow that down or find the station with incorrect metadata and exclude it. Hope that helps!
Yep, looks like IU.KONO.00.VMZ
is the culprit.
Ahhhhh! That makes a lot of sense. Thanks!
I am trying to run the code below:
but get the following error:
Looks like there is a problem in the file server.py between lines 237 and 255 where
try
is used in an attempt to remove the instrument response. I am not an expert in error handling, otherwise I would have tried editing the code and performing a pull request. :)