Hi there, long shot but I was wondering how I might be able to use obspy to salvage some old miniseed data which appears to have some borked blockette header somewhere or another.
Reading it in the classic way in obspy works, but the start time and the end time (+1 hour theoretically) are the same and it says there are 0 samples. I can scan it in rdseed etc and it shows data is there but seemingly broken into many small slices, and for whatever reason I am struggling to grab hold of it or otherwise get anywhere with the IRIS programs.
I thought maybe if I set the station/location to ānormalā values (and not the hex hybrid whatever is shown in bold) w/ msmod that might fix it, but sadly it does not.
In [42]: ri = obspy.io.mseed.util.get_record_information(āstc3070320230000.BHZā)
In [43]: ri
Out[43]:
{āfilesizeā: 184320,
āstationā: ā\x00stc3ā,
** ālocationā: ā\x00ā,**
āchannelā: āBHZā,
ānetworkā: ā7Sā,
ānptsā: 2016,
āactivity_flagsā: 0,
āio_and_clock_flagsā: 0,
ādata_quality_flagsā: 0,
ātime_correctionā: 0,
ārecord_lengthā: 4096,
āsamp_rateā: 25.0,
āstarttimeā: 2007-03-20T23:00:00.218000Z,
āendtimeā: 2007-03-20T23:01:20.818000Z,
ābyteorderā: ā>ā,
ānumber_of_recordsā: 45,
āexcess_bytesā: 0}
Hereās the file (oops new users canāt upload, so https://filebin.net/albkvy9g4h6xgfz4 , 184 kb), if anyone has any luck or tips on how to fix this data, highly appreciated