Export (Kx,Ky) grid

This forum is dedicated to discuss all problems and suggestions related to the use of geopsy database and its plugins (array processing, H/V,...).
Post Reply
sbonnefo
Posts: 34
Joined: Tue Aug 14, 2007 7:43 am

Export (Kx,Ky) grid

Post by sbonnefo »

Hi Marc,

Some time ago you promised me to add an option to store the stmap (Kx,Ky grid) in the disk. Did you implement it?

If yes, how can I turn on this option?

Thanks a lot,
Sylvette
admin
Site Admin
Posts: 841
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Post by admin »

This has been included since the beginning of September. This option is not available in the graphical interface. If you want to activate it you must use the command line interface:

Code: Select all

mwathele@sirac ~ $ geopsy -h fk
Usage: geopsy [OPTIONS]
Graphical user interface for a geopsy database. To use tools from command line
interface, you must specify either a signal file (option -file) or a group
inside a database (options -db and -group).

FK (tag=geopsyarray, slot=0) options:
  -param <FILE.log>         Set processing parameters as specified in FILE.log
  -export-grids             Export all FK grids for all frequency bands and time
                            windows to files fkgrid_fxxx_twxxx (be careful, need
                            a lot of disk space)
This is just a complete example of needed command line options:

Code: Select all

geopsy -db /home/mwathele/M2/database.gpy -tool geopsyarray -slot 0 -group "333 sources/array_B" -param tmp.log -export-grids
This option is rather experimental and reserved for research activities. If you encounter problems there report them here.
Post Reply