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

Derived type: seis3d_geom_type

  Data structure that describes a seismic data set; used for both the input and output data. The data geometry can be either irregularly sampled or regularly sampled.

type seis3d_geom_type 
  type(irr_trace_geom_type), pointer :: irr
  type(reg_trace_geom_type), pointer :: reg
end type seis3d_geom_type 

3|c|Derived-types variables    
Name Description Remarks
irr Pointer to description of irregular geometry Allocated only if needed
reg Pointer to description of regular geometry Allocated only if needed

 


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