Seismic Unix Help-Seismic data Processing
Seismic Unix Help-Seismic data Processing
Hello All,
I have downloaded a data "data2013.su" from http://www.nssic.org/Temp/Data.html. when i used suximage or suxwigb to plot the data, we get some error as:
suximage: fgettr.c: bad first header
suxwigb: fgettr.c: on trace #1, number of samples in header (39756) differs from number for first trace (56581)
How to solve this.i am a very beginner.
thanks in advance.
I have downloaded a data "data2013.su" from http://www.nssic.org/Temp/Data.html. when i used suximage or suxwigb to plot the data, we get some error as:
suximage: fgettr.c: bad first header
suxwigb: fgettr.c: on trace #1, number of samples in header (39756) differs from number for first trace (56581)
How to solve this.i am a very beginner.
thanks in advance.
Re: Seismic Unix Help-Seismic data Processing
Can you show the exact command line(s) you use?
Re: Seismic Unix Help-Seismic data Processing
Hello Ganlen, thanks 4 replying.
I used only these two command:
suxwigb<data2013.su
suximage<data2013.su
I used only these two command:
suxwigb<data2013.su
suximage<data2013.su
Re: Seismic Unix Help-Seismic data Processing
try:
suoldtonew < data2013.su | suxwigb &
suoldtonew < data2013.su | suximage &
suoldtonew < data2013.su | suxwigb &
suoldtonew < data2013.su | suximage &
Re: Seismic Unix Help-Seismic data Processing
Thanks Gery,
Now it works.but we also get:
suoldtonew: converted 735 traces to XDR format.
what is this? we need data in su format,that i have already.
Why earlier it was not working? Can explain it?
can you tell me step to correct the headers.
Now it works.but we also get:
suoldtonew: converted 735 traces to XDR format.
what is this? we need data in su format,that i have already.
Why earlier it was not working? Can explain it?
can you tell me step to correct the headers.
Re: Seismic Unix Help-Seismic data Processing
you're welcome ranjeet, to your questions:ranjeet wrote:Thanks Gery,
Now it works.but we also get:
suoldtonew: converted 735 traces to XDR format.
what is this? we need data in su format,that i have already.
Why earlier it was not working? Can explain it?
can you tell me step to correct the headers.
1. as far as I know, XDR stuff is related to the fact that SU is not an exchange format, for that SEG-Y is the right format. So one SU file which has been read and stored in one place (eg., your laptop) will have something that is not readable in other ones (eg., my laptop). I don't know the correct technical definition for this problem, though. So "suoldtonew" was developed to solve this problem, and hence those data should be the same in both laptops.
2. Well, it wasn't working because SU format is not an exchange format, but SEG-Y. So every SU file you have it should be put as SEG-Y with:
segyhdrs < your-su-file
segywrite < your-su-file tape=your-su-file.segy
3. to read the data (ie, what is in the header) you need:
suoldtonew < data2013.su | surange
or simply:
suoldtonew < data2013.su > newdata2013.su
surange < newdata2013.su
or even better (for traces and cmp positions):
sugethw < newdata2013.su key=tracl,cdp | less
write simply "sugethw" in your terminal for more options, the same applies for the other SU commands.
Hope this helps,
Re: Seismic Unix Help-Seismic data Processing
Thank you very much Gery ! Now i understood. and i have made new data using this: suoldtonew < data2013.su >data2013-1.su and now it(new one) works fine.
Re: Seismic Unix Help-Seismic data Processing
Glad to hear that it helped you, enjoy playing with it and learning! 

Re: Seismic Unix Help-Seismic data Processing
All of these are not terminated with those format
Re: Seismic Unix Help-Seismic data Processing
Hello Guys
Is there anyone who wants to share his crosscorrelation and sort scripts ? I did but I may have made mistake(s) somewhere. I am trying to model my synthetic data and process through ambient seismic interferometry.
I will appreciate if you'd like to share
Thanx
Is there anyone who wants to share his crosscorrelation and sort scripts ? I did but I may have made mistake(s) somewhere. I am trying to model my synthetic data and process through ambient seismic interferometry.
I will appreciate if you'd like to share
Thanx
-
- Similar Topics
- Replies
- Views
- Last post