Page 1 of 1

Export (Kx,Ky) grid

Posted: Fri Oct 26, 2007 9:17 am
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

Posted: Wed Oct 31, 2007 1:22 pm
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.