IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9215


Ignore:
Timestamp:
Oct 4, 2006, 11:47:10 AM (20 years ago)
Author:
Paul Price
Message:

Including package.

File:
1 edited

Legend:

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

    r9185 r9215  
    44use strict;
    55
     6use PS::IPP::Metadata::Stats;
    67use IPC::Cmd qw( can_run run );
    78use Data::Dumper;
     
    3637   
    3738pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    38 pod2usage(     -msg => "Required options: --det_id --iteration --class_id --value --input_uri --camera --det_type",
     39pod2usage( -msg => "Required options: --det_id --iteration --class_id --value --input_uri --camera --det_type",
    3940    -exitval => 3,
    4041    ) unless defined $detId
Note: See TracChangeset for help on using the changeset viewer.