Changeset 12079 for trunk/ippScripts/scripts/detrend_resid.pl
- Timestamp:
- Feb 27, 2007, 10:13:31 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid.pl
r11837 r12079 176 176 # Add the processed file to the database 177 177 $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 ); 180 179 181 180 my $bg = ($stats->bg_mean() or 'NAN'); … … 185 184 unless ($no_update) { 186 185 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 dettool186 "-class_id $class_id -recip $recipe -uri $outputName -path_base $outputRoot"; # Command to run dettool 188 187 $command .= " -bg $bg -bg_stdev $bg_stdev -bg_mean_stdev $bg_mean_stdev"; 189 188 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
