Changeset 19642 for trunk/ippScripts/scripts/detrend_resid_imfile.pl
- Timestamp:
- Sep 22, 2008, 11:44:16 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid_imfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid_imfile.pl
r19627 r19642 181 181 &my_die("Unable to perform ppStatsFromMetadata: $error_code", $det_id, $iter, $exp_id, $class_id, $error_code); 182 182 } 183 $cmdflags = $stdout_buf; chomp $cmdflags;183 $cmdflags = "@$stdout_buf"; chomp $cmdflags; 184 184 185 185 # run ppStats on the binned image … … 191 191 &my_die("Unable to perform ppStats: $error_code", $det_id, $iter, $exp_id, $class_id, $error_code); 192 192 } 193 $cmdflags .= $stdout_buf; chomp $cmdflags;193 $cmdflags .= " @$stdout_buf"; chomp $cmdflags; 194 194 } 195 195 … … 206 206 $command .= " -path_base $outroot"; 207 207 $command .= " -dbname $dbname" if defined $dbname; 208 $command .= $cmdflags;208 $command .= " $cmdflags"; 209 209 210 210 # Add the processed file to the database
Note:
See TracChangeset
for help on using the changeset viewer.
