Handling Instrument Response¶
Reading response information from station xml file¶
from shakelab.signals.stationxml import parse_sxml
respone_collection = parse_sxml("MODE.xml")
from shakelab.signals.response import ResponseCollection
respone_collection = ResponseCollection()
respone_collection.read("MODE.xml")