Handling Instrument Response

Reading response information from station xml file

Python
from shakelab.signals.stationxml import parse_sxml

respone_collection = parse_sxml("MODE.xml")
Python
from shakelab.signals.response import ResponseCollection

respone_collection = ResponseCollection()

respone_collection.read("MODE.xml")