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_norm_apply.pl

    r11837 r12079  
    130130# Update the database
    131131$output = $ipprc->convert_filename_relative( $output );
    132 $b1name = $ipprc->convert_filename_relative( $b1name );
    133 $b2name = $ipprc->convert_filename_relative( $b2name );
     132$outputRoot = $ipprc->convert_filename_relative( $outputRoot );
    134133
    135134my $bg = ($stats->bg_mean() or 'NAN');
     
    139138unless ($no_update) {
    140139    my $command = "$dettool -addnormalizedimfile -det_id $det_id -iteration $iter -class_id $class_id ".
    141         "-uri $output -b1_uri $outputRoot"; # Command to run
     140        "-uri $output -path_base $outputRoot"; # Command to run
    142141    $command .= " -bg $bg -bg_stdev $bg_stdev -bg_mean_stdev $bg_mean_stdev";
    143142    $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.