IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23636


Ignore:
Timestamp:
Mar 31, 2009, 2:18:01 PM (17 years ago)
Author:
bills
Message:

uri and path_base are required

File:
1 edited

Legend:

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

    r23295 r23636  
    6464
    6565pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    66 pod2usage( -msg => "Required options: --magic_ds_id --camera --streaks --stage --stage_id --component --outroot",
     66pod2usage( -msg => "Required options: --magic_ds_id --camera --streaks --stage --stage_id --component --uri --path_base --outroot",
    6767           -exitval => 3) unless
    6868    defined $magic_ds_id and
     
    7272    defined $stage_id and
    7373    defined $component and
     74    defined $uri and
     75    defined $path_base and
    7476    defined $outroot;
    7577
Note: See TracChangeset for help on using the changeset viewer.