SUWIND

Used to select either a trace range (using a standard SU trace header) or a time window.

For trace range :

key= header key to use for trace selection.

min= minimum value of the header to pass.

max= maimum value of the header to pass.

For time just specify tmin= and tmax= . If either is left blank, the minimum (or maximum) is automatically used

Remember the time range is specified in seconds NOT msecs.

NOT COMPLETED

 

Example :

1. suwind < filein.su key=cdp min=1000 max=1100 > fileout.su

This example will only pass cdps 1000 - 1100 out

 

2. suwind < filein.su tmin=1.00 tmax=3.2 > fileout.su

This example time windows the traces so only 1.0s to 3.2s is passed

 

See also :

 

 

Return to Main Index