Changeset 18562 for trunk/ippScripts/scripts/detrend_correct_imfile.pl
- Timestamp:
- Jul 15, 2008, 10:33:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_correct_imfile.pl
r18048 r18562 108 108 $command .= " -exp_id $exp_id"; 109 109 $command .= " -class_id $class_id"; 110 $command .= " -uri $outputImage -path_base $outputRoot"; 110 $command .= " -uri $outputImage"; 111 $command .= " -path_base $outputRoot"; 111 112 $command .= " -dbname $dbname" if defined $dbname; 112 113 … … 138 139 $command .= " -exp_id $exp_id"; 139 140 $command .= " -class_id $class_id"; 141 $command .= " -path_base $outputRoot"; 140 142 $command .= " -code $exit_code"; 141 143 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
