krischer / instaseis

Instant high-frequency seismograms from an AxiSEM database
http://instaseis.net
Other
49 stars 23 forks source link

CMTSOLUTION file reader #33

Closed martinvandriel closed 8 years ago

martinvandriel commented 8 years ago

Reported by Luis Rivera:

The fifth character in the first line of the cmtsolution file (from globalcmt) is blank for "old" events, but it is not so for recent events. However it seems to me that instaseis requires it to be blank.

krischer commented 8 years ago

865869ee7d5c0174705ae2f036daf1b3cf25717f pushes the CMTSOLUTION parsing to ObsPy which gained that functionality a while ago. The mentioned issue is also true in ObsPy, but dealt with in this PR: https://github.com/obspy/obspy/pull/1479

A new ObsPy version should be released soon with that fix.