IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2006, 3:47:27 PM (20 years ago)
Author:
jhoblitt
Message:

call dettool -addprocessed with -recip RECIPE

File:
1 edited

Legend:

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

    r8715 r8716  
    6363# Add the processed file to the database
    6464{
    65     my $command = "$p2tool -processed -exp_id $expId -class_id $classId -recip $recipe " .
    66         "-uri $outputImage -b1_uri $outputBin1Name -b2_uri $outputBin2Name"; # Command to run dettool
     65    # Command to run dettool
     66    my $command = "$p2tool -processed";
     67    $command .= " -exp_id $expId";
     68    $command .= " -class_id $classId";
     69    $command .= " -recip " . RECIPE;
     70    $command .= " -uri $outputImage";
     71    $command .= " -b1_uri $outputBin1Name";
     72    $command .= " -b2_uri $outputBin2Name";
    6773    $command .= " -bg " . $stats->bg_mean();
    6874    $command .= " -bg_stdev " . $stats->bg_stdev();
Note: See TracChangeset for help on using the changeset viewer.