IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9428


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

faster tasks, cleanups

Location:
trunk/ippTasks
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.norm.pro

    r9338 r9428  
    6868task           dettool.normstat.process
    6969  periods      -poll 0.5
    70   periods      -exec 5.0
     70  periods      -exec 1.0
    7171  periods      -timeout 30
    7272
     
    182182task           dettool.norm.process
    183183  periods      -poll 0.5
    184   periods      -exec 5.0
     184  periods      -exec 1.0
    185185  periods      -timeout 30
    186186
     
    300300task           dettool.normexp.process
    301301  periods      -poll 0.5
    302   periods      -exec 5.0
     302  periods      -exec 1.0
    303303  periods      -timeout 30
    304304
  • trunk/ippTasks/detrend.process.pro

    r9338 r9428  
    7575task           dettool.process.run
    7676  periods      -poll 0.5
    77   periods      -exec 2.0
     77  periods      -exec 1.0
    7878  periods      -timeout 60
    7979
     
    190190task           dettool.processexp.run
    191191  periods      -poll 0.5
    192   periods      -exec 2.0
     192  periods      -exec 1.0
    193193  periods      -timeout 60
    194194
  • trunk/ippTasks/detrend.resid.pro

    r9338 r9428  
    8080task           dettool.resid.run
    8181  periods      -poll 0.5
    82   periods      -exec 5.0
     82  periods      -exec 1.0
    8383  periods      -timeout 15
    8484
     
    200200task           dettool.residexp.run
    201201  periods      -poll 0.5
    202   periods      -exec 5.0
     202  periods      -exec 1.0
    203203  periods      -timeout 15
    204204
  • 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.