IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2007, 10:13:31 AM (19 years ago)
Author:
Paul Price
Message:

Changing from b1_uri as the output root filename and path to path_base.

File:
1 edited

Legend:

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

    r11837 r12079  
    134134# Take off the absolute path, to stuff into the database
    135135$outputImage = $ipprc->convert_filename_relative( $outputImage );
    136 $outputBin1  = $ipprc->convert_filename_relative( $outputBin1  );
    137 $outputBin2  = $ipprc->convert_filename_relative( $outputBin2  );
     136$outputRoot = $ipprc->convert_filename_relative( $outputRoot );
    138137
    139138my $bg = ($stats->bg_mean() or 'NAN');
     
    144143unless ($no_update) {
    145144    my $command = "$dettool -addprocessedimfile -det_id $det_id -exp_tag $exp_tag " .
    146         "-class_id $class_id -recip $recipe -uri $outputImage -b1_uri $outputRoot"; # Command to run dettool
     145        "-class_id $class_id -recip $recipe -uri $outputImage -path_base $outputRoot"; # Command to run dettool
    147146    $command .= " -bg $bg -bg_stdev $bg_stdev -bg_mean_stdev $bg_mean_stdev";
    148147    $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.