waveform operation by command line

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
gdg
Posts: 18
Joined: Mon May 12, 2008 12:47 pm
Location: INGV

waveform operation by command line

Post by gdg »

Hi Marc
My question is on the possibilities to perform basic waveform operations (i.e. taper cut merge etc..) not using the GUI but using a command line.
Is there the possibility to do it?

I guess I should use the commands appearing in Waveform console such as

taper("Rectangular", "[signal; signal]");
cut("[signal; delta 1m]");


but importing in some way in a command line (into a linux shell)

Any hints is very welcome

My best
Giuseppe
Giuseppe Di Giulio
admin
Site Admin
Posts: 841
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Re: waveform operation by command line

Post by admin »

Hi Giuseppe,

According to "geopsy -h", we have:

Code: Select all

Geopsy options: [level=0]
  -waveform <FILE.qs>       Executes waveform script in FILE.qs to process selected waveforms (group or files).
In principle, you can save all the commands you have in the waveform console into a text file and process it with "-waveform" option. Specify the signal files to process in the same argument list.

Cheers

Marc
Post Reply