next up previous print clean
Next: DERIVED TYPES FOR OPERATOR Up: DERIVED TYPES FOR SEISMIC Previous: Derived type: irr_trace_geom_type

Derived type: reg_trace_geom_type

  Data structure that contains the geometry information for a regularly sampled data space.

type reg_trace_geom_type 
  character(len=128)  :: tz_unit,geom_unit
  character(len=128)  :: label_tz,label_cmpx,label_cmpy,label_aoff,label_azim
  integer :: n_tz,n_cmpx,n_cmpy,n_aoff,n_azim
  real :: tz_0,cmpx_0,cmpy_0,aoff_0,azim_0
  real :: d_tz,d_cmpx,d_cmpy,d_aoff,d_azim
end type reg_trace_geom_type

2|c|Scalar variables  
Name Description
tz_unit Physical units of the time/depth axis
geom_unit Physical units of the geometry axes
n_tz, tz_0, d_tz, label_tz Time/depth axis parameters
n_cmpx, cmpx_0, d_cmpx, label_cmpx CMP x-axis parameters
n_cmpy, cmpy_0, d_cmpy, label_cmpy CMP y-axis parameters
n_aoff, aoff_0, d_aoff, label_aoff Absolute-offset axis parameters
n_azim, azim_0, d_azim, label_azim Azimuth axis parameters


next up previous print clean
Next: DERIVED TYPES FOR OPERATOR Up: DERIVED TYPES FOR SEISMIC Previous: Derived type: irr_trace_geom_type
Stanford Exploration Project
7/5/1998