SYNOPSIS
PERL PROGRAM NAME:
AUTHOR: Juan Lorenzo (Perl module only)
DATE:
DESCRIPTION:
Version:
USE
NOTES
Examples
SYNOPSIS
SEISMIC UNIX NOTES SUCDPBIN - Compute CDP bin number
sucdpbin <stdin >stdout xline= yline= dcdp=
Required parameters:
xline= array of X defining the CDP line
yline= array of Y defining the CDP line
dcdp= distance between bin centers
Optional parameters
verbose=0 <>0 output informations
cdpmin=1001 min cdp bin number
distmax=dcdp search radius
xline,yline defines the CDP line made of continuous straight lines.
If a smoother line is required, use unisam to interpolate.
Bin centers are located at dcdp constant interval on this line.
Each trace will be numbered with the number of the closest bin. If no
bin center is found within the search radius. cdp is set to 0
Credits:
2009 Dominique Rousset - Mohamed Hamza
Université de Pau et des Pays de l'Adour (France)
User's notes (Juan Lorenzo) untested
CHANGES and their DATES
Import packages
instantiation of packages
Encapsulated hash of private variables
sub Step
collects switches and assembles bash instructions by adding the program name
sub note
collects switches and assembles bash instructions by adding the program name
sub clear
sub cdpmin
sub dcdp
sub distmax
sub verbose
sub xline
sub yline
sub get_max_index
max index = number of input variables -1
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 70:
Non-ASCII character seen before =encoding in 'Université'. Assuming UTF-8