IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15618


Ignore:
Timestamp:
Nov 14, 2007, 8:38:47 AM (18 years ago)
Author:
Paul Price
Message:

Code = -1 will be treated as an error by the ippTools. With the -ignore flag set, it's no longer necessary.

File:
1 edited

Legend:

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

    r15617 r15618  
    208208unless ($no_update) {
    209209    my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id";
    210     $command .= " -code -1 -ignore" if not $accept; # Completed succesfully, but can't produce product
     210    $command .= " -ignore" if not $accept; # Completed succesfully, but can't produce product
    211211    $command .= " -uri $outputImage -path_base $outputRoot" if $accept;
    212212    $command .= $stats->cmdflags() if $accept;
Note: See TracChangeset for help on using the changeset viewer.