Changeset 18107 for trunk/ippScripts/scripts/detrend_resid.pl
- Timestamp:
- Jun 12, 2008, 5:19:50 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid.pl
r18048 r18107 137 137 $ipprc->outroot_prepare($outroot); 138 138 139 my $outputName = $ipprc->filename("PPIMAGE.OUTPUT", $outroot, $class_id); 139 # XXX use PPIMAGE.OUTPUT.RESID for output file (compressed, with pos & neg range allowed) 140 # my $outputName = $ipprc->filename("PPIMAGE.OUTPUT", $outroot, $class_id); 141 142 my $outputName = $ipprc->filename("PPIMAGE.OUTPUT.RESID", $outroot, $class_id); 140 143 my $bin1Name = $ipprc->filename("PPIMAGE.BIN1", $outroot, $class_id); 141 144 my $bin2Name = $ipprc->filename("PPIMAGE.BIN2", $outroot, $class_id); … … 148 151 $command .= " -recipe PPIMAGE $recipe"; 149 152 $command .= " -recipe PPSTATS RESIDUAL"; 153 $command .= " -F PPIMAGE.OUTPUT PPIMAGE.OUTPUT.RESID"; 150 154 $command .= " -stats $outputStats"; 151 155 $command .= " -tracedest $traceDest -log $logDest";
Note:
See TracChangeset
for help on using the changeset viewer.
