DOCUMENTATION

SYNOPSIS

PERL PERL PROGRAM NAME: iPick_config.pm 
AUTHOR: Juan Lorenzo
DATE: June 16, 2019
DESCRIPTION: Reads a seismic unix-formatted file
outputs a text file of the picks

USED 

BASED ON:
Version 0.01 iTopMute_config.pm
    
  
Needs: Simple (ASCII) local configuration 
     file is iPick.config

 Package control:

EXAMPLE

	contains all the configuration variables in
	perl script

    base_file_name  	= 30Hz_All_geom_geom;
    gather_header  	= fldr;
    offset_type  		= tracl;
    first_gather   	= 1;
    gather_inc    		= 1;
    last_gather    	= 100;
    freq    		    = '0,3,100,200;
    gather_type    	= fldr;
    min_amplitude    	= .0;
    max_amplitude    	= .75;

private hash

Example LOCAL VARIABLES FOR THIS PROJECT

sub get_max_index

max index = number of input variables -1