IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13118


Ignore:
Timestamp:
May 1, 2007, 3:19:59 PM (19 years ago)
Author:
Paul Price
Message:

Adding global options for pois.

File:
1 edited

Legend:

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

    r13117 r13118  
    3131use File::Spec;
    3232
     33use constant POIS_OPTIONS => '-v -B 1000';
     34
    3335use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt );
    3436use Pod::Usage qw( pod2usage );
     
    139141my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser
    140142unless ($no_op) {
    141     my $command = "$pois -v $template $input $outputName"; # Command to run pois
     143    my $command = "$pois " . POIS_OPTIONS() . " $template $input $outputName"; # Command to run pois
    142144
    143145    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.