IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16736


Ignore:
Timestamp:
Feb 28, 2008, 3:44:06 PM (18 years ago)
Author:
Paul Price
Message:

Need to specify outroot.

File:
1 edited

Legend:

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

    r16728 r16736  
    5252pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    5353pod2usage(
    54     -msg => "Required options: --warp_id --skycell_id --tess_id --camera",
     54    -msg => "Required options: --warp_id --skycell_id --tess_id --camera --outroot",
    5555    -exitval => 3,
    5656) unless defined $warp_id
    5757    and defined $skycell_id
    5858    and defined $tess_id
    59     and defined $camera;
     59    and defined $camera
     60    and defined $outroot;
    6061
    6162$ipprc->define_camera($camera);
Note: See TracChangeset for help on using the changeset viewer.