SYNOPSIS

PERL PROGRAM NAME:

AUTHOR: Juan Lorenzo (Perl module only)

DATE:

DESCRIPTION:

Version:

USE

NOTES

Examples

SYNOPSIS

SEISMIC UNIX NOTES WPTCOMP - Compression by Wavelet Packet Compression

  wptcomp < stdin n1= n2=   [optional parameter] > sdtout		



Required Parameters:							

n1=			number of samples in the fast (first) dimension	

n2=			number of samples in the slow (second) dimension



Optional Parameters:							

nfilter1=11		number of filters in direction 1		

nfilter2=11		number of filters in direction 2		

nstage1=		filter stages (automatically set based on n1)	

nstage2=		filter stages (automatically set based on n2)	

error=0.01		acceptable error				







Author:  CWP: Tong Chen, Dec 1995

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 error

sub n1

sub n2

sub nfilter1

sub nfilter2

sub nstage1

sub nstage2

sub get_max_index

max index = number of input variables -1