-
Hi,
I'm having problems using getCoordinates with a particular dataless mseed file.
Code lines include :
{{{
# !python
dataless = Parser()
dataless.read("nz.dataless.seed.regional")
dataless.write…
-
There is a difference between blkt_link_s._fields_ list in obspy.mseed.headers.py:
{{{
# incomplete type has to be defined this way
blkt_link_s._fields_ = [
('blkt_type', C.c_ushort), # Blocket…
-
I am trying to read a segy file :
> [trimmed version is :]
{{{
# !python
from obspy.core import read
filename = 'try1.segy'
tr = read(filename, format='SEGY')
print(tr)
}}}
> but get the followin…
-
HI,
I'm really in trouble with ObsPy after installing it on our x86_64 x86_64 GNU/Linux.
This error occurs:
python miotest.py
...
Traceback (most recent call last):
File "miotest.py", line 3, in
…
-
{{{
python arclink/tests/test_client.py ClientTestCase.test_getPAZ2
# E
## ERROR: test_getPAZ2 (**main**.ClientTestCase)
Traceback (most recent call last):
File "arclink/tests/test_client.py", lin…
-
There seem to be some problems plotting special mseed files. For the following one, it does not work any more.
For others it still works. Doing the following
{{{
# !python
import obspy.core
st = o…
-
obspy.core.read fails for a couple of miniSEED files, because format detection seems to classify them as SEGY format.
It might well be that not everything is 100% OK with their headers, since these d…
-
What exactly was the restriction behind this behaviour? Can we solve this?
-
A non-site-wide installation fails partly using easy_install. I attached some logs.
-
Hi
I was wondering if it might be possible to see a script where someone has downloaded and applied an instrument correction for an iris seismometer.
I am able to download the data, and the RESP fi…