Search found 13 matches
- Mon Nov 29, 2010 3:11 pm
- Forum: Geopsy usage
- Topic: geopsy command line usage under new version
- Replies: 0
- Views: 24614
geopsy command line usage under new version
I tried to run geopsy high-resolution FK from the command line, like always worked before, with a new version of geopsy (GeopsyCore 3.3.0-snapshot-20101119 from geopsypack-2.1.0-snapshot-20101119 (built on 201011191741) geopsy 2.7.0-snapshot-20101119 from geopsypack-2.1.0-snapshot-20101119 (built on...
- Thu Apr 23, 2009 11:00 am
- Forum: Miscellaneous
- Topic: Using Greek prefixes of metric units in axes labels
- Replies: 1
- Views: 74426
Using Greek prefixes of metric units in axes labels
Hi Marc, I just did some plots of spectra and wanted to label the Y-Axis correctly, which is in micrometers per second. However, I cannot generate a label with the Greek letter "mi" - either, everything is in font Symbol or nothing is. If it were the X-Axis, I could just leave the some spa...
- Mon Aug 11, 2008 12:37 pm
- Forum: General usage
- Topic: Changing the precision in spin boxes for real values
- Replies: 2
- Views: 25265
Using very low frequency values in H/V
Hi Marc, we wanted to try and compute H/V from teleseismic Rayleigh waves in the very low-frequency part of the spectrum. I would like to do the computation until 200 sec (0.005 Hz). So I changed the precision for the lower-limit-of-H/V spin box (nice feature!) to three digits after the dot, and I t...
- Thu Jun 26, 2008 10:58 am
- Forum: Dinver usage
- Topic: Inverting SPAC curves from several modes at once
- Replies: 4
- Views: 22889
Hi Marc, I just tried the inversion with the newest dinver version, but still it crashed with a segmentation fault. This time, I was able to save a bug report, so I am attaching it and the target file. In this file, Rayleigh is higher mode, Love fundamental and for SPAC, the inversion can choose bet...
- Wed Jun 25, 2008 1:38 pm
- Forum: Dinver usage
- Topic: Inverting SPAC curves from several modes at once
- Replies: 4
- Views: 22889
Hi Marc, no, this really is the old release (I still have it on the workstation there, and as I did all inversions with this release so far and read that dinver does not like several layers in Poisson's ratio with the newest release, I tried to continue with this one). However, the obvious thing is ...
- Mon Jun 23, 2008 2:24 pm
- Forum: Dinver usage
- Topic: Inverting SPAC curves from several modes at once
- Replies: 4
- Views: 22889
Inverting SPAC curves from several modes at once
Hi Marc, has anybody ever tried inverting SPAC curves curves for several modes at once? The situation I have is that for the same rings, I have two separate parts of the SPAC curve that I suspect are fundamental (at low frequencies) and higher mode (at higher frequencies). The curves are all cut in ...
- Tue Jun 17, 2008 8:58 am
- Forum: Installation
- Topic: Another installation problem (snaphot 20080530, QT 4.4.0)
- Replies: 8
- Views: 42572
I just tried to install the newest version of sesarray (06/16/2008, version 2.0.0) and encountered another problem: g++ -c -include ../.obj/release/dinvercore -m64 -pipe -O2 -w -D_REENTRANT -fPIC -DMAKE_DINVERCORE_DLL -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Trolltech/Qt-4.3.4/mkspecs/li...
- Mon Jun 16, 2008 9:19 am
- Forum: Installation
- Topic: Another installation problem (snaphot 20080530, QT 4.4.0)
- Replies: 8
- Views: 42572
- Mon Jun 16, 2008 8:56 am
- Forum: Installation
- Topic: Another installation problem (snaphot 20080530, QT 4.4.0)
- Replies: 8
- Views: 42572
- Fri Jun 13, 2008 9:28 am
- Forum: Installation
- Topic: Another installation problem (snaphot 20080530, QT 4.4.0)
- Replies: 8
- Views: 42572
New problem with Qt 4.3.4
Hi Marc, I downloaded and installed Qt4.3.4, but when trying to install sesarray, I still get an error message (although a different one than last time with the newest Qt): g++ -c -include ../.obj/release/qtbtools -m64 -pipe -O2 -w -D_REENTRANT -fPIC -DMAKE_QTBTOOLS_DLL -DQT_NO_DEBUG -DQT_CORE_LIB -...
- Wed Jun 11, 2008 2:28 pm
- Forum: Installation
- Topic: Another installation problem (snaphot 20080530, QT 4.4.0)
- Replies: 8
- Views: 42572
Another installation problem (snaphot 20080530, QT 4.4.0)
After a total crash of the Linux system on my laptop, I had to install GEOPSY from scratch. I downloaded the latest snapshot (20080530) and also the latest QT (4.4.0). I installed QT, but when I run "make" on sesarray now, I get the following error message: g++ -c -include ../.obj/release/...
- Fri Feb 08, 2008 12:16 pm
- Forum: Miscellaneous
- Topic: Altering the curves in a .page with bash
- Replies: 2
- Views: 79510
Solution found
Just found out what was the difficulty - in my bash, I need to add a space behind the "!" so the regular expression is interpreted correctly.
Brigitte

Brigitte
- Thu Feb 07, 2008 12:59 pm
- Forum: Miscellaneous
- Topic: Altering the curves in a .page with bash
- Replies: 2
- Views: 79510
Converting page file from frequeny/slowness to wavelength
Hi Marc, I just tried to follow your instructions about converting the dispersion curves from the page file (for our brandnew NERIES data), but when I type the third line cat contents-ascii.xml | awk '/[0-9\.]+ +[0-9\.]+ +[0-9\.]+/{print $2 " " 1/($1*$2)}!/[0-9\.]+ +[0-9\.]+ +[0-9\.]+/{pri...