IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13829


Ignore:
Timestamp:
Jun 13, 2007, 6:09:37 PM (19 years ago)
Author:
Paul Price
Message:

Fixing number of function arguments.

File:
1 edited

Legend:

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

    r13748 r13829  
    129129    unless ($success) {
    130130        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    131         &my_die("Unable to perform pswarp: $error_code", $warp_id, $skycell_id, $error_code);
     131        &my_die("Unable to perform pswarp: $error_code", $warp_id, $skycell_id, $tess_id, $error_code);
    132132    }
    133133    &my_die("Couldn't find expected output file: $outputImage", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputImage);
Note: See TracChangeset for help on using the changeset viewer.