DOCUMENTATION

SYNOPSIS

PERL PROGRAM NAME: Synseis_config.pm 
AUTHOR: Juan Lorenzo
DATE: 
      Jan 31 2018
      
DESCRIPTION Combines configuration variables
    both from a simple text file and from
    from additional packages.
    
    derives from Synseis_config.pm
    

LOCAL VARIABLES FOR THIS PROJECT

Values taken from the simple,local
file: Synseis.config 
LOCAL VARIABLES FOR THIS PROJECT

    base_file_name						= 'zrhov'
    time_sampling_interval_s  			= 0.001
    depth_sampling_interval_m          = .2; # meters
	 water_depth_m 						=  0;
	 Ricker_endtime 					=  0.15
	 Ricker_frequency					=  20
	 plot_density_max					= 2
	 plot_density_min					= 1
	 plot_depth_min_m					= 0
	 plot_depth_max_m					= 200  
	 plot_time_min_s					= 0
	 plot_time_max_s					= 2	
	 plot_velocity_min					= 1500
	 plot_velocity_max					= 2500
	 plot_reflection_coefficient_min	= -.1
	 plot_reflection_coefficient_max	= 0.1
	 plot_ss_amplitude_max				= .3
	 plot_ss_amplitude_min				= -.3

Synseis hash

sub get_max_index

max index = number of input variables -1