Changeset 19663 for trunk/ippScripts/scripts/detrend_resid_exp.pl
- Timestamp:
- Sep 22, 2008, 5:17:46 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid_exp.pl
r19658 r19663 172 172 $command = "$ppImage -list $list1Name $outroot"; # Command to run 173 173 $command .= " -recipe PPIMAGE PPIMAGE_J1"; 174 $com amnd .= " -recipe JPEG $recipe";174 $command .= " -recipe JPEG $recipe"; 175 175 $command .= " -dbname $dbname" if defined $dbname; 176 176 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 506 506 507 507 $command = "$dettool -addresidexp -det_id $det_id -iteration $iter -exp_id $exp_id"; 508 $command .= " -recip $recipe 1,$recipe2-path_base $outroot ";508 $command .= " -recip $recipe -path_base $outroot "; 509 509 $command .= ' -reject' if $reject; 510 510 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
