
When we try to open su format data from others computer, the same error always arises:
1 |
$ surange < 1.su |
It is caused by the compatibility probelm between different computers. You know that SEG-Y have at least 5 floating data format, while su possesses only one format belong to the specific computer. So when you exchange data between different computers, there will be compatibility problem caused by swapping data.
In order to finish this problem, we need swap that data from big-endian to little-endian or vice versa at our own computer as follows:
1 |
suswapbytes < 1.su format=0 ns=2000 > 2.su |
You must know the number of sample before swapping.




近期评论