Hi Seisan community, I have many Seisan CAL files in what I believe is Seisan FAP format, which is described in Appendix C of the Seisan manual.
What is the best way to convert these Seisan FAP files into StationXML? I want to construct an ObsPy workflow to correct Seisan WAV files from counts to m/s using the full instrument response from these Seisan FAP files. For comparison, I do also have many RESP files in my Seisan CAL directory for later years. I can process these to StationXML like this: from obspy.io.xseed.core import _read_resp this_inv = _read_resp(respfile) this_inv.write(xmlfile , format="STATIONXML") but I have not find a way to read the Seisan FAP files with ObsPy. I would guess people have solved this problem before though. Cheers, Glenn
_______________________________________________ seisan mailing list [email protected] https://mailman.uib.no/listinfo/seisan
