IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 102


Ignore:
Timestamp:
Oct 7, 2003, 11:50:55 PM (23 years ago)
Author:
eugene
Message:

cleaned some test code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/perl/src/dads.detrend

    r89 r102  
    162162# phu file:
    163163$phufile = "$outdir/$base.phu";
    164 goto skipall;
    165164
    166165# final output   is    @fitlist
     
    244243    unlink ("$temp.hdr");
    245244}
    246 
    247  skipall:
    248     $temp = "/tmp/elixir.1yqFQu";
    249 exit 1;
    250 
    251245&goodbye ("SUCCESS: finished with dads.detrend");
    252246
     
    287281
    288282sub vsystem {
    289     print STDERR "@_\n";
    290283    $status = system ("@_");
    291284    $status;
Note: See TracChangeset for help on using the changeset viewer.