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

    r11837 r12079  
    176176# Add the processed file to the database
    177177$outputName = $ipprc->convert_filename_relative( $outputName );
    178 $bin1Name = $ipprc->convert_filename_relative( $bin1Name );
    179 $bin2Name = $ipprc->convert_filename_relative( $bin2Name );
     178$outputRoot = $ipprc->convert_filename_relative( $outputRoot );
    180179
    181180my $bg = ($stats->bg_mean() or 'NAN');
     
    185184unless ($no_update) {
    186185    my $command = "$dettool -addresidimfile -det_id $det_id -iteration $iter -exp_tag $exp_tag " .
    187         "-class_id $class_id -recip $recipe -uri $outputName -b1_uri $outputRoot"; # Command to run dettool
     186        "-class_id $class_id -recip $recipe -uri $outputName -path_base $outputRoot"; # Command to run dettool
    188187    $command .= " -bg $bg -bg_stdev $bg_stdev -bg_mean_stdev $bg_mean_stdev";
    189188    $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.