Changeset 11829 for trunk/ippScripts/scripts/detrend_resid.pl
- Timestamp:
- Feb 15, 2007, 10:27:09 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
r11492 r11829 189 189 } else { 190 190 # May be undefined if there is only a single imfile 191 $command .= ' -bg_ stdev 0';191 $command .= ' -bg_mean_stdev 0'; 192 192 } 193 193 … … 217 217 218 218 warn($msg); 219 if ($det_id and $iter and $exp_tag ) {219 if ($det_id and $iter and $exp_tag and not $no_update) { 220 220 my $command = "$dettool -addresidimfile -det_id $det_id -iteration $iter -exp_tag $exp_tag -class_id $class_id -code $exit_code"; 221 221 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
