IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 2:48:23 PM (20 years ago)
Author:
eugene
Message:

faster tasks, cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r9389 r9428  
    88  if ($parallel)
    99    # controller host add alala
     10    controller exit true
    1011    controller host add po03
    1112    controller host add po04
     
    1415  end
    1516  exec rm -f *.log
    16   exec rm -f *.stats
    17   exec rm -f *.detproc.*.fits
    18   exec rm -f *.detproc.*.jpg
    19   exec rm -f *.detproc.*.list
    20   exec rm -f *.detresid.*.fits
    21   exec rm -f *.detresid.*.jpg
    22   exec rm -f *.detresid.*.list
    23   exec rm -f ISP.bias.*.fits
    2417
    2518  exec rm -f ../bias/*.log
     
    5851  exec rm -f ../flat/ISP.flat.*.jpg
    5952  exec rm -f ../flat/ISP.flat.*.log
     53
     54  exec rm -f ../object/*.log
     55  exec rm -f ../object/*.p2.*.fits
     56  exec rm -f ../object/*.p3.*.jpg
    6057end
    6158
     
    6663  exec upload.sh
    6764  input $scripts/phase0.pro
     65  # input $scripts/phase2.pro
     66  # input $scripts/phase3.pro
     67  input $scripts/detrend.process.pro
     68  input $scripts/detrend.stack.pro
     69  input $scripts/detrend.norm.pro
     70  input $scripts/detrend.resid.pro
     71  input $scripts/detrend.reject.pro
    6872  run
    6973end
    7074
    71 # alala: dettool -tostack -simple
    7275macro define.bias
    7376  exec dettool -definebyquery -det_type bias -exp_type bias -camera isp
     
    9194  run
    9295end
    93 
    94 macro step2
    95   input $scripts/detrend.process.pro
    96   input $scripts/detrend.stack.pro
    97   input $scripts/detrend.norm.pro
    98   input $scripts/detrend.resid.pro
    99   input $scripts/detrend.reject.pro
    100   run
    101 end
Note: See TracChangeset for help on using the changeset viewer.