-
Hi there,
while reading '''segy''' files, it seems that the ''headonly'' flag does not work:
{{{
import obspy.core
source = obspy.core.read( './file.segy', unpack_trace_headers=True )
print(source…
-
I recognized that writing a Stream with masked data is not possible, but writing a Stream without masked data should work independently of type of data (ndarray, MaskedArray).
{{{
import numpy as np
…
-
Hi,
mir ist ein komisches Problem aufgefallen beim Ändern der stats Attribute
des obspy.Stream Objekts. Ich weiß nicht woran es liegt und es tritt auch
nicht immer auf, aber im hier angeführten Fall …
-
1. It seems SH is not expecting the trace number in the Q header files but the trace number mod 100.
So 99 should be followed by 00 etc.
Otherwise you get an error when opening the Q-file with S…
-
At the moment there is no quick way to get a well readable version of the Stats object.[[BR]]
In the API (via `core.__init__.py`) there is an example that I can **not** reproduce.[[BR]]
{{{
# !python
…
-
{{{
# !python
> > > import obspy, pickle, cPickle
> > > st = obspy.read('test.mseed')
> > > # Pickling raises a KeyError.
> > >
> > > ... pickle.dumps(st[0].stats)
> > > ERROR: An unexpected error o…
-
Hi,
I've just tried to install Obspy using the APT repository as described here : http://obspy.org/wiki/InstallationDebian
I got an error :
{{{
fabien@mrtea:~ sudo apt-get install python-obspy
Rea…
-
Hi, I have used obspy to correct some data. I get the data as a miniseed file through arcLink with a filesize of 1.8M. After merging the data and doing the correction, then decimating by a factor of 2…
-
Allow obspy API generation with python2.7
-
Hi,
I put together a small toolbox to calculate Time-Frequency Misfits as defined in: Misfit Criteria for Quantitative Comparison of Seismograms, M. Kristekova, J. Kristek, P. Moczo, and S. M. Day, B…