Topic:
How to load 3D seismic using xy limitations.
Description:
Example: How to keep everything east of of a certain location and delete what is west to this location while loading the seismic.
Solution:
In Application > DataManager > Seismic > Load seismic...> Define input format set the CDP to Expression and then enter the following expression: CDP=CDP; if (X < 500000) then ZEROTRACE This formula lets the loading program know that seismic with X < 500000 m should not be loaded. Note: The CDP, X, and Y is retrieved from the header location. Make sure they are defined correctly.
Last Modified on: 04-DEC-98