Hi Joe,
This is planned to be re-introduced in a future release (especially, if users are asking for it!).
You probably have to go back to 2.10 or so to be sure to have to feature working.
Best regards,
Marc
Search found 525 matches
- Fri Sep 11, 2020 8:57 am
- Forum: Geopsy usage
- Topic: No export to .max MSPAC
- Replies: 2
- Views: 681
- Tue Sep 01, 2020 12:28 pm
- Forum: Geopsy usage
- Topic: How split data with geopsy?
- Replies: 1
- Views: 657
Re: How split data with geopsy?
Hi, In waveform menu you can cut signals between two absolute times. Then export (menu file) cut traces to another file. You can do that for all stations of the array with a single operation. It is also possible to do the same thing inside a script but it is a bit more complex. If you have to proces...
- Tue Sep 01, 2020 8:23 am
- Forum: Geopsy usage
- Topic: Geopsy (3.3.0-1-2) H/V tool doesn't read the *.log file
- Replies: 5
- Views: 1623
Re: Geopsy (3.3.0-1-2) H/V tool doesn't read the *.log file
Hi Luigi, Thanks for your report. There is no simple way to work around this issue right now because the time was saved relative to the beginning of the signal and it is now an absolute time with format "yyyyMMddhhmmssz". I will add some code that offers some compatibility. I don't think that it wil...
- Tue Sep 01, 2020 8:01 am
- Forum: Installation
- Topic: ERROR INSTALLATION IN UBUNTU 20.04
- Replies: 2
- Views: 1358
Re: ERROR INSTALLATION IN UBUNTU 20.04
Hi Nanda, Good to read that you finally found a solution. Any particular error you fixed with Qt 5.15? I've never tried it, I'm still with Qt 5.14. If you still have the 3.4 folder available, I would be curious to get the full log (re-run make in it). The ending part you provided does not contain al...
- Tue Aug 25, 2020 2:26 pm
- Forum: Geopsy usage
- Topic: fk parameter) 'RELATIVE_THRESHOLD (%) = '
- Replies: 5
- Views: 1347
Re: fk parameter) 'RELATIVE_THRESHOLD (%) = '
By default 90% threshold is used. So specifying 90% should not change the results. Do you get something different if you set 10%?
Marc
Marc
- Tue Aug 25, 2020 2:22 pm
- Forum: Installation
- Topic: ERROR INSTALLATION IN UBUNTU 20.04
- Replies: 2
- Views: 1358
Re: ERROR INSTALLATION IN UBUNTU 20.04
Hi,
Can you try with 3.3.2 or even better from the git repository with 3.3.3-preview?
See download page to access the git repository.
Marc
Can you try with 3.3.2 or even better from the git repository with 3.3.3-preview?
See download page to access the git repository.
Marc
- Tue Aug 25, 2020 2:20 pm
- Forum: Geopsy usage
- Topic: GeoPsy crashes when attempting to save results
- Replies: 2
- Views: 1055
Re: GeoPsy crashes when attempting to save results
Effectively, this not fixed in 3.3.2 but for 3.3.3
It will be available soon.
It will be available soon.
- Thu Aug 20, 2020 11:32 am
- Forum: Geopsy usage
- Topic: GeoPsy crashes when attempting to save results
- Replies: 2
- Views: 1055
Re: GeoPsy crashes when attempting to save results
Hi, From the crash report, I can read that you were using version 3.3.1. This problem is fixed in 3.3.2 available from download page. To export results, you may also use geopsy-hv from a terminal. See" -h all" for the details of the available options. Or search ths forum and the wiki, there are othe...
- Wed Aug 12, 2020 1:19 pm
- Forum: Ambient vibration techniques
- Topic: EHVSR
- Replies: 1
- Views: 2003
Re: EHVSR
Geopsy is primarily designed for computing HVSR from ambient vibrations (microtremors) but it can also compute spectral ratios for earthquakes. I have little experience with earthquake data and I can't help you. Check the literature.
- Fri Aug 07, 2020 1:07 pm
- Forum: General usage
- Topic: Difference betwen seismic file format
- Replies: 5
- Views: 23509
Re: Difference betwen seismic file format
-For XY coordinates, there is factor and another one for the Z that you can define in the SEGY header. It is a bit tricky to use these factors. Here is the code in geopsy to get the true factor value from the header value. if(field.coordinateFactor>0) { return field.coordinateFactor; } else if(field...
- Wed Aug 05, 2020 9:43 am
- Forum: General usage
- Topic: gphistogram have an anomalous grapfic output
- Replies: 10
- Views: 3378
Re: gphistogram have an anomalous grapfic output
Answers to your message posted on 02 Aug 3:32 pm. If you derived a dispersion curve from the autocorr curve, it is useless to invert the autocorr and the dispersion. You are free to choose one of the two options but not both at the same time. Both objects contain the same information. If I remember ...
- Wed Aug 05, 2020 9:15 am
- Forum: General usage
- Topic: SPAC and spac2disp doesn't run with the 3.3.2. release
- Replies: 3
- Views: 1631
Re: SPAC and spac2disp doesn't run with the 3.3.2. release
OK I could reproduce the error while processing 3C SPAC. It was a wrong initialization of the horizontal cross-spectrum matrix. The processing of 3C SPAC targets is still experimental. You must start spac2disp with option '-VRT'. If not, you will get an error complaining that there are 3 curves per ...
- Wed Aug 05, 2020 8:19 am
- Forum: General usage
- Topic: gphistogram have an anomalous grapfic output
- Replies: 10
- Views: 3378
Re: gphistogram have an anomalous grapfic output
In dinver target, select "Peak frequency", and just enter the value. You will see that playing with the relative weight of sub-targets is necessary to achieve a reasonable fit of the dispersion curve. An alternative and better way is to set a minimum misfit for all sub-targets. Once the minimum misf...
- Wed Aug 05, 2020 8:13 am
- Forum: General usage
- Topic: Difference betwen seismic file format
- Replies: 5
- Views: 23509
Re: Difference betwen seismic file format
For receiver coordinates, receiverXCoordinate and receiverYCoordinate from trace header are read (offsets 81-84 and 85-88, respectively). For source coordinates, sourceXCoordinate and sourceYCoordinate , also from trace header (offsets 73-76 and 77-80, respectively). The event is systematically crea...
- Tue Aug 04, 2020 9:42 am
- Forum: Dinver usage
- Topic: DinverExt geopsy3.3.0
- Replies: 5
- Views: 1760
Re: DinverExt geopsy3.3.0
if CURRDIR is set to $PWD at the beginning of your forward.sh, it should work.