The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

DOCUMENTATION

SYNOPSIS

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

PURPOSE

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

 BASED ON:
     
   
 Needs: Simple (ASCII) local configuration 
      file is iSpectralAnalysis.config

Notes

anonymous array reference $CFG

 contains all the configuration variables in
 text script

  file_name                     = '1072_clean';

  sufilter_1_freq               = '0,1,20,40'

  sugain_1_agc_gain_width       = 2.6;

  suxwigb_1_max_amplitude       = 100000;

  suxwigb_1_min_amplitude_phase = 100;

  suxwigb_1_max_amplitude_freq  = 100;
       

Example LOCAL VARIABLES FOR THIS PROJECT