IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2006, 12:19:46 PM (20 years ago)
Author:
Paul Price
Message:

dettool change: -addprocessed --> -addprocessedimfile.

File:
1 edited

Legend:

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

    r9097 r9099  
    8787# Add the processed file to the database
    8888unless ($no_update) {
    89     my $command = "$dettool -addprocessed -det_id $det_id -exp_tag $exp_tag " .
     89    my $command = "$dettool -addprocessedimfile -det_id $det_id -exp_tag $exp_tag " .
    9090        "-class_id $class_id -recip $recipe -uri $outputImage"; # Command to run dettool
    9191    $command .= " -bg " . $stats->bg_mean();
     
    100100    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    101101        run(command => $command, verbose => 1);
    102     die "Unable to perform dettool -addprocessed for $det_id/$exp_tag/$class_id: $error_code\n"
     102    die "Unable to perform dettool -addprocessedimfile for $det_id/$exp_tag/$class_id: $error_code\n"
    103103        if not $success;
    104104}
Note: See TracChangeset for help on using the changeset viewer.