seismic_display.x_scale
The scalar quantity used to transform the real world, x coordinates of a set of seismic traces to the normalized coordinates of graphical elements. x_scale_u: Defines the unit of measure. Defines a foreign key to table r_uom. x_scale_q: Specifies the type of quantity. Defines a foreign key to table r_quantity_type.
seismic_display.y_max
The largest "vertical" value (e.g.seismic time or depth) represented in the seismic display. y_max_u: Defines the unit of measure. Defines a foreign key to table r_uom. y_max_q: Specifies the type of quantity. Defines a foreign key to table r_quantity_type.
seismic_display.y_min
The smallest "vertical" value (e.g., seismic time or depth) represented in the seismic display. y_min_u: Defines the unit of measure. Defines a foreign key to table r_uom. y_min_q: Specifies the type of quantity. Defines a foreign key to table r_quantity_type.
seismic_display.y_scale
The scalar quantity used to transform the real world y coordinates of seismic traces, such as time or depth, into the normalized coordinates of graphical elements. y_scale_u: Defines the unit of measure. Defines a foreign key to table r_uom. y_scale_q: Specifies the type of quantity. Defines a foreign key to table r_quantity_type.
cmps_doc_spec_s (FSK, O: CHAR VARYING(19))
document_specification.compose_document_specification
Specifies the activity which produced this specification.
Defines a foreign key to table cmps_doc_spec.
information_cntn_s (FSK, O: CHAR VARYING(19))
document_specification.information_content
Defines the data collection which points to instances that are referenced by this specification. This describes the contents of the document specification.
Defines a foreign key to table data_collection.
r_seis_dsp_mode_kd (FNK, O: CHAR VARYING(40))
seismic_display.ref_seismic_display_mode
The display mode of the section. For example, wiggle trace, variable area, variable density, clipped or a combination of modes.
Defines a foreign key to table r_seis_dsp_mode.
r_seismic_polr_kd (FNK, O: CHAR VARYING(40))
seismic_display.ref_seismic_polarity
The polarity of the displayed data relative to the SEG polarity standard.
Defines a foreign key to table r_seismic_polr.
seismic_ln_seg_s (FSK, O: CHAR VARYING(19))
seismic_display.seismic_line_segment
Defines the line segment that this display represents.
Defines a foreign key to table seismic_ln_seg.
seis_traverse_s (FSK, O: CHAR VARYING(19))
seismic_display.seismic_traverse
Defines the traverse that this display represents.
Defines a foreign key to table seis_traverse.
typ_doc_spec_id (FNK, O: CHAR VARYING(40))
document_specification.typical_document_specification
This defines the typical document specification that gives the generic description of the design or content of this document specification.
Defines a foreign key to table typ_doc_spec.