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

DOCUMENTATION

SYNOPSIS

 PROGRAM NAME:  Sseg2su
 AUTHOR:  Juan Lorenzo

CHANGES and their DATES

 DATE:    Aug 9, 2011
 Version  1.1 July 29 2016
          Introduced pure textual configuration files

DESCRIPTION

 File format conversiuon
 Data format change from Seg2 ("DAT")
 or geometrics format to su

REQUIRES

 sioseis  
 lcoal configuration file called Sseg2su_config

Examples

For example, total number of files =74 first file is "1000.su"

STEPS

 1.  use the local library of the user
 1.1 bring is user variables from a local file
 2.  create instances of the needed subroutines

NOTES

 We are using Moose.
 Moose already declares that you need debuggers turned on
 so you don't need a line like the following:
 use warnings;
 

Instantiate classes:

 Create a new version of the package 
 with a unique name

Get directory definitions

Get variable values from local configuration file

Convert *dat

file names to DAT file names for conversion by sioseis

convert seg2 files to su files

su output

DEFINE and Run

        FLOW(S)