Search found 844 matches

by admin
Wed Sep 10, 2025 7:53 am
Forum: Geopsy usage
Topic: Symetry of co-array map in Wanran GPS and Geopsy
Replies: 1
Views: 26268

Re: Symetry of co-array map in Wanran GPS and Geopsy

Interesting. At first glance, it has not impact on SPAC processing.
It could be distinct orders of stations in the input. Even if the original files are the same, there is maybe a different sorting in both programs. I will check.
by admin
Wed Sep 10, 2025 7:49 am
Forum: Dinver usage
Topic: Changing the maximum (20) and minimum (0.2) frequency in the Dinver program
Replies: 4
Views: 250784

Re: Changing the maximum (20) and minimum (0.2) frequency in the Dinver program

Use option '-n' to adjust the number of samples.

Code: Select all

gpdc -min 4 -max 50 -n 100 test.model
100 samples distributed on a log scale are generated between 4 and 50 Hz.
by admin
Wed Sep 10, 2025 7:46 am
Forum: Dinver usage
Topic: Thickness and Poisson not taken into account when exporting a .param
Replies: 2
Views: 26551

Re: Thickness and Poisson not taken into account when exporting a .param

Hi Ilaria,
I've just tried with the latest code and I could not reproduce your bug.
Can you upload the exported parameter file?
Best regards,
Marc
by admin
Wed Sep 10, 2025 7:28 am
Forum: Geopsy usage
Topic: figue reading dates for an x y plot
Replies: 1
Views: 53064

Re: figue reading dates for an x y plot

Hi Leandro, figue reads time as a number of seconds since a reference time specified with option '-x-abs-time-ref'. Hence to plot your data the command line should be: cat Test.txt | gptime -i "yyyyMMddhhmmss" -o time_t -c 1 | figue -c -x-abs-time-ref 19700101000000 gptime is a tool provid...
by admin
Wed Sep 10, 2025 7:01 am
Forum: Installation
Topic: installing geopsy from source on Mac (15.0 Sequoia)
Replies: 3
Views: 88380

Re: installing geopsy from source on Mac (15.0 Sequoia)

Recent geopsy releases are not supporting Qt 5 any more. Prefer Qt 6 instead.
by admin
Tue May 20, 2025 3:42 pm
Forum: Geopsy usage
Topic: How are windowed segments averaged?
Replies: 1
Views: 190182

Re: How are windowed segments averaged?

Hi, The average is computed on a log scale. This is maybe the difference with your results. Do you know that you can do the H/V computation with geopsy-hv ? It is a core application (without a graphical interface) that might be useful for large datasets. It does the same job as in the graphical inte...
by admin
Tue Apr 22, 2025 7:20 am
Forum: Geopsy usage
Topic: Bug saving database with SAC files, XML error
Replies: 6
Views: 199736

Re: Bug saving database with SAC files, XML error

Hi Sunxu, Effectively, you have the same issue with test.gpy . At first, I was not able to open test_modified.gpy with the ad hoc method: tar xvfz test_modified.gpy I tried with unzip and gunzip . After renaming the .gpy file, mv test_modified.gpy test_modified.gz gunzip test_modified.gz The obtaine...
by admin
Tue Apr 08, 2025 8:21 am
Forum: Geopsy usage
Topic: How to obtain the Z value in gphistogram by using a max file?
Replies: 4
Views: 50518

Re: How to obtain the Z value in gphistogram by using a max file?

Dear Ying-Chi, You can access the colour scale in the properties of the graph (double click or right-click, context menu, Properties). In the properties, under tab "Layers", you will find the colour scale that you can eventually edit. To show the plot with its colour scale for a paper figu...
by admin
Fri Apr 04, 2025 10:28 pm
Forum: Geopsy usage
Topic: Questions about gpviemax and linear arrays
Replies: 2
Views: 43238

Re: Questions about gpviemax and linear arrays

Dear Farhan, Effectively, a 2D layout is better to capture ambient vibrations. With a line, you are never sure that the measured velocity is not an apparent velocity. Theoretically, for long recordings you can retrieve the true velocity if the wavefield is uniformly distributed. With 2D layouts, reg...
by admin
Tue Apr 01, 2025 8:34 am
Forum: Geopsy usage
Topic: Geopsy Command line Param file issue
Replies: 5
Views: 91003

Re: Geopsy Command line Param file issue

Hi, When running geopsy-hv , the parameters used for processing are listed in the terminal and in the .log file. In the log file there is also a list of the time windows. Check with the graphical interface for a particular case. Are the number of time windows the same with geopsy-hv and within the G...
by admin
Tue Apr 01, 2025 8:25 am
Forum: Geopsy usage
Topic: Parameter file for H/V batch processing
Replies: 3
Views: 77810

Re: Parameter file for H/V batch processing

Hi Laleh,

You can access these versions through the git repository. You have to install the build tools and to compile the whole package. It takes some time the first time. Afterwards, it is less time consuming.
by admin
Tue Apr 01, 2025 8:21 am
Forum: Geopsy usage
Topic: What exactly is f_peak?
Replies: 1
Views: 49487

Re: What exactly is f_peak?

What does f_peak mentioned in item 4 of the Criteria for a clear H/V peak in the SESAME Guide Line mean? Does it represent the peak of each window? Condition 4 means that a peak must be observed also on the deviation curves (A_{H/V} * and / sigma_A). This peak must be the same as f_0 +/= 5%. Also, ...
by admin
Tue Apr 01, 2025 8:03 am
Forum: Dinver usage
Topic: About theoretical HVSR curves
Replies: 6
Views: 427004

Re: About theoretical HVSR curves

Hi Chenyu, I know that time has passed since you message. Do you still have the plot of H/V with non-log stderr? Are the errors larger with log stderr? Or the contrary? At first glance, the misfit can be larger if the uncertainties are smaller. I checked the code for importing H/V curves inside dinv...
by admin
Tue Apr 01, 2025 7:08 am
Forum: Ambient vibration techniques
Topic: About process HV error
Replies: 2
Views: 578650

Re: About process HV error

Hi, I confirm IgnazioC's comments. A H/V station is supposed to have three components and located at the same coordinates (Receiver X and Y must be the same for all components). You can also modify these values with a script in menu Edit/Set header . For instance, in your particular case, you should...
by admin
Tue Apr 01, 2025 6:56 am
Forum: Geopsy usage
Topic: Support with H/V calculation and data import
Replies: 3
Views: 60327

Re: Support with H/V calculation and data import

_ I was able to import my signal. However, I would like to point out that my signal only contains positive amplitudes after processing. Does this cause any problem with the H/V calculation? In fact, I started the calculation, but I did not receive any results. As far as there is a signal, even it i...