IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26753


Ignore:
Timestamp:
Feb 1, 2010, 3:05:13 PM (16 years ago)
Author:
eugene
Message:

fix usage message; print reduction and recipe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippScripts/scripts/diff_skycell.pl

    r24179 r26753  
    5454pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    5555pod2usage(
    56     -msg => "Required options: --diff_id --skycell_id --outroot",
     56    -msg => "Required options: --diff_id --skycell_id --outroot --diff_skyfile_id",
    5757    -exitval => 3,
    5858          ) unless defined $diff_id
     
    167167}
    168168
     169print "reduction: $reduction\n";
     170print "recipe_ppSub: $recipe_ppSub\n";
     171
    169172# print "templateMask: $templateMask\n";
    170173# print "templatePath: $templatePath\n";
Note: See TracChangeset for help on using the changeset viewer.