-
see error latest report http://tests.obspy.org/?id=1670 with current revision
-
I'm having problems importing obspy.mseed and obspy.signal. The problem seems to be in the
{{{
''.join(platform.python_version_tuple()[:2])
}}}
phrase. I'm new to obspy, just trying to get set up,…
-
see test_writeWithDateTimeBefore1970 in [1165]
-
Is this the expected behaviour of the selection in readMSEED?
{{{
# !python
In [102]: st = readMSEED('mseedExample')
In [103]: len(st)
Out[103]: 3
In [104]: t1 = st[0].stats['starttime']
In [105]…
-
With a single trace stream I get strange time-labelling using "plot"
if I use stream3.plot(outfile='try3.png',tick_format='%H:%m')
Basically it skips a whole hour;
Time labelling is fine if I don…
-
I just ran
```
ms list biochemistry/Current_MS_Biochem
```
and got:
```
Invalid Reference at /Users/seaver/Software/ModelSEED/lib/ModelSEED/Reference.pm line 249.
```
I understood the error strai…
-
Core module will be licensed under LGPL - therefore we need to get rid of the two modules obspy.gse2 and obspy.mseed
-
It seems that there is a problem with the Client in obspy.arclink. I have a loop like this:
{{{
for i in range(...)
client_arclink.saveWaveform(function of i)
}}}
When the program runs, it is v…
-
If more than one component of one station is read via `read("...", "MSEED")` sometimes the starttime/endtime of the traces is varying by a single sample in a seemingly erratic way. This is annoying if…
-
Some tests in `obspy.mseed` are failing since the update to libmseed 2.6 in [2244].[[BR]]
See e.g. [http://tests.obspy.org/?id=1615].