GeoSyn2D generates impedance vs. depth field as the first step in creating a time model. This field is exportable as an ASCII format file.
The file begins with a brief header area with information on the depth model parameters and a description of the Data Field Format. This area is followed by a data block made up of records described in the Data Field Format.
// GeoSyn2D Depth Field
// Date: 08:01
AM Thu Jan
19, 2006
//
// Depth Units : meters
// Model top : 0.0
// Model bottom : -1600.0
// Depth increment : 0.3048
// Model width : 6500.0
// Offset increment : 132.653059
// Data Field Format: COLUMN,ROW,X_M,Y_M_SS,P_VELOCITY
//
//
0,0,0.0,0.0,3827.147
0,1,0.0,0.3048,3827.147
0,2,0.0,0.6096,3827.147
0,3,0.0,0.9144,3827.147
0,4,0.0,1.2192,3827.147
0,5,0.0,1.524,3827.147
0,6,0.0,1.8288,3827.147
0,7,0.0,2.1336,3827.147
0,8,0.0,2.4384,3827.147
0,9,0.0,2.7432,3827.147
0,10,0.0,3.048,3827.147
0,11,0.0,3.3528,3827.147