IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2008, 10:03:18 AM (18 years ago)
Author:
bills
Message:

-result is now -fault for pstamptool -processedreq

File:
1 edited

Legend:

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

    r18237 r18540  
    6969
    7070my $response_file = "$out_dir/response.fits";
    71 my $result;
     71my $fault;
    7272{
    7373    my $command = "$fakedresponse --input $uri --output $response_file --workdir $out_dir";
     
    8080        warn("Unable to perform $command error code: $error_code");
    8181    }
    82     $result = $error_code >> 8;
     82    $fault = $error_code >> 8;
    8383}
    8484
     
    8686{
    8787    my $command = "$pstamptool -addjob -req_id $req_id -uri $uri -outputBase $out_dir -job_type detect_query";
    88     $command .= " -state stop -result $result";
     88    $command .= " -state stop -fault $fault";
    8989
    9090    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.