jpjones76 / SeisIO.jl

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

error in "mSEED.jl":428 #4

Closed RDokht closed 5 years ago

RDokht commented 5 years ago

The command "search" is no longer supported, and it returns error calling the function: "mSEED.jl" at line 428.

This line has to be replaced with the following line: (findfirst(isequal(read(fid, Char)), "DRMQ") > 0) || error("Scan failed due to invalid file type")

jpjones76 commented 5 years ago

Hi, thanks for calling this to my attention. Is this bug still present, or did my commits of 6 days ago correct it?

jpjones76 commented 5 years ago

Thanks again for catching this bug. I'm closing this issue now because it appears that reading mSEED files again works correctly.