IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29176


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

Location:
trunk/tools
Files:
1 added
3 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();
  • trunk/tools/rundiffskycell.pl

    r29163 r29176  
    3939
    4040pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    41 pod2usage( -msg => "-diff_id and -skycell_id are required", -exitval => 2 )
     41pod2usage( -msg => "--diff_id and --skycell_id are required", -exitval => 2 )
    4242    if !$diff_id or !$skycell_id;
    4343
  • trunk/tools/runwarpskycell.pl

    r29159 r29176  
    3030
    3131pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    32 pod2usage( -msg => "-warp_id and -skycell_id are required", -exitval => 2 )
     32pod2usage( -msg => "--warp_id and --skycell_id are required", -exitval => 2 )
    3333    if !$warp_id or !$skycell_id;
    3434
Note: See TracChangeset for help on using the changeset viewer.