I see that now you split the computation of H/V ratio and Fourier amplitude spectra, at least for visualizations and writing output files.
This is pretty welcome when one wants the plot HV ratio only.
However it is not convenient when one wants to save FFT files, especially when the database is setup with the same name for the 3 components of stations. This configuration is rather common for H/V and array processing!
I could image two solution to improve this:
- The user changes the name of station each time he wants to compute FFT or H/V and array processing
- There is an option in the H/V tool box (in the '"output" table for instance) allowing the user to save FFT results in the same directory of H/V output files. In this case you can use the same format as it was in previous version of Geopsy (3 components in one single file)
The later option has also the advantage to compute both FFT and H/V with the same input parameters.
Let me know if you don't want to implement it in next version, in this case I have to change all my station names ...
Sylvette
Fourier amplitude spectra
This is now implemented for the next release, for spectrum toolbox the exported names are, for instance:
S01A_E.spec
S01A_N.spec
S01A_Z.spec
S01A_E.log
S01A_N.log
S01A_Z.log
The bug I encountered while exporting was due to the fact that my spectra had no maximum at all. This is now fixed. For all other cases it should be ok.
S01A_E.spec
S01A_N.spec
S01A_Z.spec
S01A_E.log
S01A_N.log
S01A_Z.log
The bug I encountered while exporting was due to the fact that my spectra had no maximum at all. This is now fixed. For all other cases it should be ok.