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/detrend_process_imfile.pl

    r11360 r11394  
    135135unless ($no_update) {
    136136    my $command = "$dettool -addprocessedimfile -det_id $det_id -exp_tag $exp_tag " .
    137         "-class_id $class_id -recip $recipe -uri $outputImage -b1_uri $outputBin1 " .
    138         "-b2_uri $outputBin2"; # Command to run dettool
     137        "-class_id $class_id -recip $recipe -uri $outputImage -b1_uri $outputRoot";  # Command to run dettool
    139138    $command .= " -bg " . $stats->bg_mean();
    140139    if (defined($stats->bg_stdev())) {
Note: See TracChangeset for help on using the changeset viewer.