IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 1:11:35 PM (19 years ago)
Author:
Paul Price
Message:

b1_uri now contains the output root name; b2 is unused. The idea here is that we have the file names defined in the camera configuration, and this means we can now add other files without the overhead of hacking the database schema.

File:
1 edited

Legend:

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

    r11333 r11394  
    127127    $command .= " -recip " . RECIPE;
    128128    $command .= " -uri $outputImage";
    129     $command .= " -b1_uri $outputBin1";
    130     $command .= " -b2_uri $outputBin2";
     129    $command .= " -b1_uri $outputRoot";
    131130    $command .= " -bg " . $stats->bg_mean();
    132131    $command .= " -bg_stdev " . $stats->bg_stdev();
Note: See TracChangeset for help on using the changeset viewer.