Changeset 11492
- Timestamp:
- Jan 31, 2007, 12:04:50 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 13 edited
-
detrend_norm_apply.pl (modified) (1 diff)
-
detrend_norm_calc.pl (modified) (1 diff)
-
detrend_norm_exp.pl (modified) (1 diff)
-
detrend_process_exp.pl (modified) (1 diff)
-
detrend_process_imfile.pl (modified) (1 diff)
-
detrend_reject_exp.pl (modified) (1 diff)
-
detrend_reject_imfile.pl (modified) (1 diff)
-
detrend_resid.pl (modified) (1 diff)
-
detrend_stack.pl (modified) (1 diff)
-
phase0_exp.pl (modified) (1 diff)
-
phase0_imfile.pl (modified) (1 diff)
-
phase2.pl (modified) (1 diff)
-
phase3.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r11455 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use PS::IPP::Metadata::Stats; -
trunk/ippScripts/scripts/detrend_norm_calc.pl
r11321 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use IPC::Cmd qw( can_run ); -
trunk/ippScripts/scripts/detrend_norm_exp.pl
r11455 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use vars qw( $VERSION ); -
trunk/ippScripts/scripts/detrend_process_exp.pl
r11455 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use vars qw( $VERSION ); -
trunk/ippScripts/scripts/detrend_process_imfile.pl
r11455 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use vars qw( $VERSION ); -
trunk/ippScripts/scripts/detrend_reject_exp.pl
r11455 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use vars qw( $VERSION ); -
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r11455 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use vars qw( $VERSION ); -
trunk/ippScripts/scripts/detrend_resid.pl
r11455 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use vars qw( $VERSION ); -
trunk/ippScripts/scripts/detrend_stack.pl
r11455 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use vars qw( $VERSION ); -
trunk/ippScripts/scripts/phase0_exp.pl
r11455 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use Cache::File; -
trunk/ippScripts/scripts/phase0_imfile.pl
r11484 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use vars qw( $VERSION ); -
trunk/ippScripts/scripts/phase2.pl
r11455 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use IPC::Cmd qw( can_run run ); -
trunk/ippScripts/scripts/phase3.pl
r11455 r11492 3 3 use warnings; 4 4 use strict; 5 6 ## report the program and machine 7 use Sys::Hostname; 8 my $host = hostname(); 9 print "\n\n"; 10 print "Starting script $0 on $host\n\n"; 5 11 6 12 use vars qw( $VERSION );
Note:
See TracChangeset
for help on using the changeset viewer.
