Could someone provide the definition of gpow in the sugain options
please?
Thanks in advance,
Gery
_______________________________________________
seisunix mailing list
seis...@mailman.mines.edu
https://mailman.mines.edu/mailman/listinfo/seisunix
Unsubscribe: seisunix-u...@mailman.mines.edu
The strict definition is
out[t] = int[t] ^ gpow
This is derived from the help information you can see if you run sugain
without any parameters.
#-> sugain
The default value of gpow is 1.
I would think it is used to filter / prepare data, e.g. as part of power
or RMS analysis.
Regards
Mark
The Seismic Unix has been reinstalled. I typed the following commands and I got the following response.
suplane | suxwigb
sh : xwigb: command not found
Broken pipe
What could be responsible for this? I typed echo $CWPROOT and got the following response.
echo $CWPROOT
/SU/bin
Thank you for your anticipated assistance.
Best regards,
Tope.
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have received this e-mail in error please notify the system manager at hot...@maerskoil.com.
Try this:
export CWPROOT=your/su/path
export PATH=$PATH:${CWPROOT}/bin
Where did you installed the src file?
Gery
Sent from my iPod.
On Jun 1, 2010, at 16:52, "Akinbehinje, Tope" <tope.aki...@maerskoil.com
Try removing the /bin at the end.