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
waveform operation by command line
waveform operation by command line
Giuseppe Di Giulio
Re: waveform operation by command line
Hi Giuseppe,
According to "geopsy -h", we have:
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
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).
Cheers
Marc