App-SeismicUnixGui
view release on metacpan or search on metacpan
lib/App/SeismicUnixGui/big_streams/iBottomMute.pl view on Meta::CPAN
=head1 DOCUMENTATION
=head2 SYNOPSIS
PROGRAM NAME: iBottomMute (interactive Bottom Mute)
AUTHOR: Juan Lorenzo
=head2 CHANGES and their DATES
DATE: April 2 2009
September 2015 :
updated to oop
introduced Tk widgets
Made all event-driven
July 27 2016
June 12 2017 adapted iTopMute and its programs
to create this iBottom Mute
NEW: read iBottom_Mute3.config text file
OLD: import perl variables from
*.pm configuration file xi
within a local libAll
subdirectory
binheader is used for everything serious
gather is to be used to texting
correct offset is essential for applying the mute
=head2 DESCRIPTION
Interactively pick muting parameters
=head2 USE
=head2 Examples
=head2 SEISMIC UNIX NOTES
=head2 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
=head2 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;
Parameters
base_file_name su file without "su" suffix
gather_type used only to determine user messages,
e.g., SP, CDP
binheader_type type of gathers used for muting,
e.g., ep,cdp
offset_type horizontal component,
e.g., tracr, offset
=cut
use Moose;
our $VERSION = '1.0.4';
use aliased 'App::SeismicUnixGui::misc::L_SU_global_constants';
use aliased 'App::SeismicUnixGui::big_streams::iBottomMute';
use aliased 'App::SeismicUnixGui::configs::big_streams::iBottomMute_config';
#use aliased 'App::SeismicUnixGui::misc::readfiles';
use Tk;
( run in 0.610 second using v1.01-cache-2.11-cpan-39bf76dae61 )