Changeset 17681 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- May 14, 2008, 12:30:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r17671 r17681 121 121 122 122 # Generate MDC file with the inputs 123 my ($listFile, $listName) = tempfile( $ipprc->file_resolve("$outroot.$class_id.list.XXXX"), UNLINK => !$save_temps ); 123 my $temp_uri = $ipprc->file_resolve("$outroot.$class_id.list.XXXX", "--touch"); 124 my ($listFile, $listName) = tempfile( $temp_uri, UNLINK => !$save_temps ); 124 125 my $num = 0; 125 126 foreach my $file (@$files) {
Note:
See TracChangeset
for help on using the changeset viewer.
