Changeset 17762
- Timestamp:
- May 21, 2008, 10:44:31 AM (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
r17681 r17762 121 121 122 122 # Generate MDC file with the inputs 123 my $temp_uri = $ipprc->file_resolve("$outroot.$class_id.list.XXXX", "--touch"); 124 my ($listFile, $listName) = tempfile( $temp_uri, UNLINK => !$save_temps ); 123 my ($listFile, $listName) = tempfile( $ipprc->file_resolve("$outroot.$class_id.list.XXXX"), UNLINK => !$save_temps ); 125 124 my $num = 0; 126 125 foreach my $file (@$files) {
Note:
See TracChangeset
for help on using the changeset viewer.
