IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 30, 2010, 12:26:25 PM (16 years ago)
Author:
bills
Message:

fix stupid error introduced yesterday

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_checkdependent.pl

    r29612 r29624  
    324324
    325325        my $command = "$warptool -scmap -warp_id $warp_id -skycell_id $skycell_id";
    326         my $data = runToolAndParseExpectOne($command, $verbose);
     326        my $data = runToolAndParse($command, $verbose);
    327327        if (!$data or scalar @$data == 0) {
    328328            # This happens if the chipProcessedImfile disappears which happened when earlier
Note: See TracChangeset for help on using the changeset viewer.