DOCUMENTATION

SYNOPSIS

PERL PROGRAM NAME: Sseg2su_config.pl 
AUTHOR: Juan Lorenzo
DATE: July 29 2016 
DESCRIPTION Combines configuration variables
    both from a simple text file and from
    from additional packages.

USED FOR 
     Upper-level variable
     definitions in iTop_Mute3 
     Seismic data is assumed currently to be in
     su format.

BASED ON:
Version 1  Based on linux command "cat"
Version 2 based on Sucat.pm June 29 2016
   Added a simple configuration file readable 
   and writable using Config::Simple (CPAN)
    
  
Needs: Simple (ASCII) local configuration 
     file is Sseg2su.config

Notes from bash

anonymous array reference $CFG

contains all the configuration variables in
perl script
 $number_of_files	= 38;
 $first_file_number  	= 1000;
print("number of files is $number_of_files\n");
 

Example LOCAL VARIABLES FOR THIS PROJECT