IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 20, 2010, 9:59:15 AM (16 years ago)
Author:
bills
Message:

add runstackskycell.pl and fix some typos in error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/runcameraexp.pl

    r29160 r29176  
    2727
    2828pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    29 pod2usage( -msg => "-cam_id is required", -exitval => 2 ) if !$cam_id;
     29pod2usage( -msg => "--cam_id is required", -exitval => 2 ) if !$cam_id;
    3030
    3131my $ipprc =  PS::IPP::Config->new();
Note: See TracChangeset for help on using the changeset viewer.