Changeset 16563 for trunk/ippScripts/scripts/detrend_correct_imfile.pl
- Timestamp:
- Feb 21, 2008, 11:56:44 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_correct_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_correct_imfile.pl
r16561 r16563 132 132 133 133 carp($msg); 134 if ( $det_id and $exp_id and $class_id and not $no_update) {134 if (defined $det_id and defined $exp_id and defined $class_id and not $no_update) { 135 135 my $command = "$dettool -addcorrectedimfile"; 136 136 $command .= " -det_id $det_id";
Note:
See TracChangeset
for help on using the changeset viewer.
