Product: IESX
Version: GeoFrame 3.7
Application: DataManager
Search Type: FAQ
Topic:
How do the `Output Increment' parameters work in Export Interpretation Data?
Description:
What logic is used to determine whether horizon interpretation should be
exported for a particular line when using the `Output Increment' parameters
in the IESX Data Manager->Export Interpretation Data function?
Solution:
The inline and crossline parameters for ASCII export of horizon interpretation
use the same algorithm.
ln = line number
fln = first line number (within area specified for export)
inc = increment parameter
if the remainder of ((ln - fln)/inc) is zero
then output interp on ln
For Example: If the line increment is set to 10 and the line range is 4 to 120.
The exported horizon would be on line 4, 14, 24 ... 114
When using the "By multiples toggle":
if the remainder of (ln/inc) is zero
then output interp on ln
For Example: If the line multiple is set to 10 and the line range is 4 to 120.
The exported horizon would be on line 10, 20, 30 ... 120
Last Modified on: 04-DEC-00