IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 12:41:22 PM (20 years ago)
Author:
Paul Price
Message:

Delete file list when done.

File:
1 edited

Legend:

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

    r9180 r9235  
    139139        run(command => $command, verbose => 1);
    140140    die "Unable to perform dettool -addprocessedexp: $error_code\n" if not $success;
     141
     142    unlink $list1Name;
     143    unlink $list2Name;
    141144}
    142145
Note: See TracChangeset for help on using the changeset viewer.