Changeset 19818
- Timestamp:
- Oct 2, 2008, 7:52:22 AM (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
r19780 r19818 122 122 # since I can't figure out how to do input and output within PERL, I'm writing to a temp file 123 123 my ($statFile, $statName) = tempfile( "/tmp/$exp_tag.detresid.$det_id.$iter.stats.XXXX", UNLINK => !$save_temps ); 124 print "saving stats to $statName\n"; 124 125 foreach my $line (@$stdout_buf) { 125 126 print $statFile $line; … … 139 140 $cmdflags .= " $line"; 140 141 } 141 print "cmdflags: $cmdflags\n";142 142 } 143 143
Note:
See TracChangeset
for help on using the changeset viewer.
