jpjones76 / SeisIO.jl

Julia language support for geophysical time series data
http://seisio.readthedocs.org
Other
47 stars 21 forks source link

integrity check failed? #20

Closed mazhitu closed 5 years ago

mazhitu commented 5 years ago

Hi jpjones76,

I am trying to download some TA stations but run into a warning saying integrity check failed.

For example, if I do S1=get_data("FDSN","TA.061Z..LHZ",s="2012-08-20T10:50:00", t=4200, v=0, src="IRIS") This is okay.

But if I do (change the starting time by 1 hour) S2=get_data("FDSN","TA.061Z..LHZ",s="2012-08-20T11:50:00", t=4200, v=0, src="IRIS") Then it says "RDMSEED: data integrity -- Steim-2 sequence #000015M integrity check failed, last_data=4.2158346e8, should be xn=-1.2375288e9" and the waveform doesn't look right.

Would you please help me sort it out?

Thanks a lot, Zhitu Ma

jpjones76 commented 5 years ago

This should now be fixed on branch "master". Please let me know if you encounter this problem again.