-
Help for this command claims that there is a verbose option for listing:
$ ms list mapping -h
$ ms list [options] ref
-v --verbose Print out additional information about the object,
…
-
I have data in binary format that was read using Reftek. Can I convert this into mseed using python/obspy?
Thanks a lot!
-
With the newest version I can't reed mseed format anymore.
Here is the output of the test:
{{{
mseed/tests> python test_core.py
Traceback (most recent call last):
File "test_core.py", line 6, in
…
-
I want to read a mseed file having data values in "false" byte order - header values are not swapped. Adding {{{byteorder="
-
While converting GSE2 to miniseed I noticed the following issue on ''openSUSE 10.3 (X86-64)'':
{{{
> > > from obspy.core import read
> > > s = read("idc-mail28818.in")
> > > a = s[0]
> > > a.stats["…
-
# {{{
## ERROR: test_unpackSteim2 (obspy.mseed.tests.test_libmseed.LibMSEEDTestCase)
Traceback (most recent call last):
File "/home/walther/shx-src/SeismicHandler/3rdparty/obspy/mseed/tests/test_li…
-
Hi
I'm having issues installing certain obspy modules, namely obspy.mseed, obspy.gse2, obspy.signal, obspy.taup.
Obspy.core and the other modules all install ok.
I get the following error from the o…
-
After a .pop() call on !AttribDict the corresponding entry is still there when accessed as an attribute:
{{{
# !python
from obspy.core import read, path
tr = read(path("RJOB.BW.EHZ.D.300806.0000.ful…
-
Hi everybody,
I am rookie working with obspy and mini-seed format (so probaby stupid question). Could you give me please an example how to write an miniseed of original dtype float32 to STEIM? So fa…
-
Failing on three different boxes - 2x Win XP, 1x Vista
{{{
# .......EEE
## ERROR: test_writeAndReadDifferentEncodings (**main**.CoreTestCase)
Traceback (most recent call last):
File "C:\Dokumente …