IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11492


Ignore:
Timestamp:
Jan 31, 2007, 12:04:50 PM (19 years ago)
Author:
eugene
Message:

adding program/host info

Location:
trunk/ippScripts/scripts
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_norm_apply.pl

    r11455 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use PS::IPP::Metadata::Stats;
  • trunk/ippScripts/scripts/detrend_norm_calc.pl

    r11321 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use IPC::Cmd qw( can_run );
  • trunk/ippScripts/scripts/detrend_norm_exp.pl

    r11455 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use vars qw( $VERSION );
  • trunk/ippScripts/scripts/detrend_process_exp.pl

    r11455 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use vars qw( $VERSION );
  • trunk/ippScripts/scripts/detrend_process_imfile.pl

    r11455 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use vars qw( $VERSION );
  • trunk/ippScripts/scripts/detrend_reject_exp.pl

    r11455 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use vars qw( $VERSION );
  • trunk/ippScripts/scripts/detrend_reject_imfile.pl

    r11455 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use vars qw( $VERSION );
  • trunk/ippScripts/scripts/detrend_resid.pl

    r11455 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use vars qw( $VERSION );
  • trunk/ippScripts/scripts/detrend_stack.pl

    r11455 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use vars qw( $VERSION );
  • trunk/ippScripts/scripts/phase0_exp.pl

    r11455 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use Cache::File;
  • trunk/ippScripts/scripts/phase0_imfile.pl

    r11484 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use vars qw( $VERSION );
  • trunk/ippScripts/scripts/phase2.pl

    r11455 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use IPC::Cmd qw( can_run run );
  • trunk/ippScripts/scripts/phase3.pl

    r11455 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use vars qw( $VERSION );
Note: See TracChangeset for help on using the changeset viewer.