previous up next print clean
Next: init_traces Up: CONSTRUCTORS Previous: set_data_pars

set_header_pars

SEPlib90 incorporated the concept of headers through the header format file and header value files. The keys are described by key name, type, format, and index in the header formal file. set_header_pars serves the same purpose as the header format file. It sets in the key structure the key names, types, and format and constructs a useful reference array that speeds up accessing of integer and real header values.

FUNCTION DESCRIPTION

Name Format Description
sepdata sep_type The name of the dataset.
n_keys integer The number of header keys.
name character(len=*) array(n_keys) Array with key names.
format character(len=*) array(n_keys) Array with key formats.
type character(len=*) array(n_keys) Array with key types.


previous up next print clean
Next: init_traces Up: CONSTRUCTORS Previous: set_data_pars
Stanford Exploration Project
11/12/1997