IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17762


Ignore:
Timestamp:
May 21, 2008, 10:44:31 AM (18 years ago)
Author:
bills
Message:

revert to version 1.71

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_stack.pl

    r17681 r17762  
    121121
    122122# 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 );
     123my ($listFile, $listName) = tempfile( $ipprc->file_resolve("$outroot.$class_id.list.XXXX"), UNLINK => !$save_temps );
    125124my $num = 0;
    126125foreach my $file (@$files) {
Note: See TracChangeset for help on using the changeset viewer.