-
Hi, it's me again :)
I'm testing the read() and write() methods on obspy-0.3.3 and I discovered that the sac files produced are not correctly read by the SAC program.
Using an example file from your…
-
What should happend in the following scerario:
{{{
# !python
from obspy.core import read, UTCDateTime
t = UTCDateTime("2010-06-20T20:19:51.494999Z")
print read("/bay200/mseed_online/archive/2010/BW/U…
-
I have a seed-file that I can read with the xseed.Parser
but I can't read the trace the way Moritz showed it in one
of the example lists. The Error I get is:
In [13]: from obspy.core import read
In…
-
hello, i'm planning to use obspy for data conversion tasks.
my aim is to convert custom ASCII format (accelerometric data) into miniSEED.
i'm reading the obspy tutorial, section "Anything to MiniSEE…
-
{{{
from obspy.core import read
st = read("http://examples.obspy.org/gaps.mseed")
tr = st[0]
tr.write("gaps1.asc", format="SH_ASC")
Traceback (most recent call last):
File "test.py", line 4, in
…
-
We should uniformly support start, end and length attributes at the read methods for each waveform module, e.g.
Reading 200 samples from position 100
{{{
> > > st = read(filename, start=100, length=…
-
Hi,
I am hoping to use obspy to look at the signal associated with submarine volcanic eruptions recorded using seismological networks on neighbouring islands.
Initially, I plan to generate RSAM and …
-
The function isSACXY doesn't seem to be working properly:
## ERROR: test_readXYViaObspy (**main**.CoreTestCase)
Traceback (most recent call last):
File "test_core.py", line 55, in test_readXYViaObs…
-
I'm installing obspy on OSX 10.6 using python 2.6 distributed by Fink (http://www.finkproject.org/).
That's more convenient to me because Fink provides an easy way of installing ScyPy on OSX 10.6.
H…
-
> > > st = read('http://examples.obspy.org/RJOB_061005_072159.ehz.new')
> > > Traceback (most recent call last):
> > > File "", line 1, in
> > > File "/usr/local/lib/python2.6/dist-packages/obspy…