Dataset
Dictionary
data= oak39_@
format=segy
...
axis= t y cmp
...
size.t= 1000
size.y= 96
size.cmp=24
...
delta.t= 0.008
units.t= sec
...
origin.y= 5000
units.y= meters
...
|
 |
Binary Data
Card Header
Line Header
Traces...
|
|
- N-Dimensional Array of I/O Records
- Densley popoulated for random access
- Sequential access if sparse
- Meaningful Axis Names
- t, x, t, z, w, kx, ky, kz, cmp, shot, offset, ...
- Extensible Axis Attributes
- Regular grid (size, origin, delta, units, ...)
- Variable grid (grid.z= 1 3 5 7 11, ...)
- Non-numeric (label.attr= Vp Vs rho)
Great for research!
Exotic algorithms and unforeseen domains can be accurately
represented and processed as easily as traditional ones.
|