IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2007, 6:27:10 PM (19 years ago)
Author:
Paul Price
Message:

Additional error checking. -path_base not implemented for warp, diff, stack yet.

File:
1 edited

Legend:

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

    r12079 r12115  
    144144unless ($no_update) {
    145145    my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id" .
    146         " -uri $outputImage -path_base $outputRoot"; # Command to run dettool
     146        " -uri $outputImage"; # -path_base $outputRoot"; # Command to run dettool
    147147    $command .= " -bg $bg -bg_stdev $bg_stdev";
    148148    $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.