Topic:
Loaded log curve contains 1611 samples but ASCII file contained 16000+ samples.
Description:
The log samples in the ASCII file start at 1972, and end at 72000, and are in .5 ft intervals. But after loading the log through ies, it only goes from 1972 ft. to 20777 ft.
Solution:
In the ASCII log file, the format statement was in the wrong card columns. Correct the card columns of the format statement and the full range of the log samples will load. The format statement: FORM 10 (10F8.3) - the 'FORM' needs to be in card columns 1-4 - the values per card '10' needs to be an integer value in card columns 6-9 - the format string '(10F8.3) needs to be in card columns 11-35
Last Modified on: 19-NOV-98