IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2006, 4:47:25 PM (20 years ago)
Author:
Paul Price
Message:

Adding binned images.

File:
1 edited

Legend:

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

    r8619 r8620  
    3434my $outputImage = $outputName . '.fit';
    3535my $outputStats = $outputName . '.stats';
     36my $outputBin1Name = $outputName . 'b1.fit';
     37my $outputBin2Name = $outputName . 'b2.fit';
    3638
    3739# Run ppImage
     
    6163{
    6264    my $command = "$p2tool -processed -exp_id $expId -class_id $classId -recip $recipe " .
    63         "-uri $outputImage"; # Command to run dettool
     65        "-uri $outputImage -b1_uri $outputBin1Name -b2_uri $outputBin2Name"; # Command to run dettool
    6466    $command .= " -bg " . $stats->bg_mean();
    6567    $command .= " -bg_stdev " . $stats->bg_stdev();
Note: See TracChangeset for help on using the changeset viewer.