IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16300


Ignore:
Timestamp:
Feb 4, 2008, 5:08:16 PM (18 years ago)
Author:
Paul Price
Message:

Fixing runpoll -> RUNPOLL, runexec -> RUNEXEC

Location:
trunk/ippTasks
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/camera.pro

    r16298 r16300  
    9494# run the cameraexposure script on pending images
    9595task           camera.exp.run
    96   periods      -poll $runpoll
    97   periods      -exec $runexec
     96  periods      -poll $RUNPOLL
     97  periods      -exec $RUNEXEC
    9898  periods      -timeout 10
    9999
  • trunk/ippTasks/chip.pro

    r16298 r16300  
    9292# run the chip_imfile.pl script on pending images
    9393task           chip.imfile.run
    94   periods      -poll $runpoll
    95   periods      -exec $runexec
     94  periods      -poll $RUNPOLL
     95  periods      -exec $RUNEXEC
    9696  periods      -timeout 60
    9797
  • trunk/ippTasks/detrend.correct.pro

    r16298 r16300  
    111111# run detrend_correct_imfile.pl on pending images
    112112task           detrend.correct.run
    113   periods      -poll $runpoll
    114   periods      -exec $runexec
     113  periods      -poll $RUNPOLL
     114  periods      -exec $RUNEXEC
    115115  periods      -timeout 30
    116116
     
    240240# copy new images, sending job to desired host
    241241task           detrend.correctexp.run
    242   periods      -poll $runpoll
    243   periods      -exec $runexec
     242  periods      -poll $RUNPOLL
     243  periods      -exec $RUNEXEC
    244244  periods      -timeout 30
    245245
  • trunk/ippTasks/detrend.norm.pro

    r16298 r16300  
    124124# copy new images, sending job to desired host
    125125task           detrend.normstat.run
    126   periods      -poll $runpoll
    127   periods      -exec $runexec
     126  periods      -poll $RUNPOLL
     127  periods      -exec $RUNEXEC
    128128  periods      -timeout 30
    129129
     
    240240# copy new images, sending job to desired host
    241241task           detrend.norm.run
    242   periods      -poll $runpoll
    243   periods      -exec $runexec
     242  periods      -poll $RUNPOLL
     243  periods      -exec $RUNEXEC
    244244  periods      -timeout 30
    245245
     
    359359# copy new images, sending job to desired host
    360360task           detrend.normexp.run
    361   periods      -poll $runpoll
    362   periods      -exec $runexec
     361  periods      -poll $RUNPOLL
     362  periods      -exec $RUNEXEC
    363363  periods      -timeout 30
    364364
  • trunk/ippTasks/detrend.process.pro

    r16298 r16300  
    111111# run detrend_process_imfile.ps on pending images
    112112task           detrend.process.run
    113   periods      -poll $runpoll
    114   periods      -exec $runexec
     113  periods      -poll $RUNPOLL
     114  periods      -exec $RUNEXEC
    115115  periods      -timeout 30
    116116
     
    237237# copy new images, sending job to desired host
    238238task           detrend.processexp.run
    239   periods      -poll $runpoll
    240   periods      -exec $runexec
     239  periods      -poll $RUNPOLL
     240  periods      -exec $RUNEXEC
    241241  periods      -timeout 30
    242242
  • trunk/ippTasks/detrend.reject.pro

    r16298 r16300  
    9292# copy new images, sending job to desired host
    9393task           detrend.reject.run
    94   periods      -poll $runpoll
    95   periods      -exec $runexec
     94  periods      -poll $RUNPOLL
     95  periods      -exec $RUNEXEC
    9696  periods      -timeout 30
    9797
  • trunk/ippTasks/detrend.resid.pro

    r16298 r16300  
    108108# copy new images, sending job to desired host
    109109task           detrend.resid.run
    110   periods      -poll $runpoll
    111   periods      -exec $runexec
     110  periods      -poll $RUNPOLL
     111  periods      -exec $RUNEXEC
    112112  periods      -timeout 30
    113113
     
    237237# copy new images, sending job to desired host
    238238task           detrend.residexp.run
    239   periods      -poll $runpoll
    240   periods      -exec $runexec
     239  periods      -poll $RUNPOLL
     240  periods      -exec $RUNEXEC
    241241  periods      -timeout 30
    242242
  • trunk/ippTasks/detrend.stack.pro

    r16298 r16300  
    9393# copy new images, sending job to desired host
    9494task           detrend.stack.run
    95   periods      -poll $runpoll
    96   periods      -exec $runexec
     95  periods      -poll $RUNPOLL
     96  periods      -exec $RUNEXEC
    9797  periods      -timeout 120
    9898
  • trunk/ippTasks/diff.pro

    r16298 r16300  
    100100### Tasks are taken from diffSkyfile.
    101101task           diff.skycell.run
    102   periods      -poll $runpoll
    103   periods      -exec $runexec
     102  periods      -poll $RUNPOLL
     103  periods      -exec $RUNEXEC
    104104  periods      -timeout 60
    105105
  • trunk/ippTasks/register.pro

    r16298 r16300  
    111111# run the register_imfile.pl script on pending images
    112112task           register.imfile.run
    113   periods      -poll $runpoll
    114   periods      -exec $runexec
     113  periods      -poll $RUNPOLL
     114  periods      -exec $RUNEXEC
    115115  periods      -timeout 30
    116116
     
    235235# run the register_exp.pl script on pending exposures
    236236task           register.exp.run
    237   periods      -poll $runpoll
    238   periods      -exec $runexec
     237  periods      -poll $RUNPOLL
     238  periods      -exec $RUNEXEC
    239239  periods      -timeout 30
    240240
  • trunk/ippTasks/stack.pro

    r16298 r16300  
    100100### Tasks are taken from stackSumSkyfile.
    101101task           stack.skycell.run
    102   periods      -poll $runpoll
    103   periods      -exec $runexec
     102  periods      -poll $RUNPOLL
     103  periods      -exec $RUNEXEC
    104104  periods      -timeout 60
    105105
  • trunk/ippTasks/warp.pro

    r16298 r16300  
    116116### Tasks are taken from warpInputExp.
    117117task           warp.exp.run
    118   periods      -poll $runpoll
    119   periods      -exec $runexec
     118  periods      -poll $RUNPOLL
     119  periods      -exec $RUNEXEC
    120120  periods      -timeout 60
    121121
     
    236236### Tasks are taken from warpPendingSkyCell.
    237237task           warp.skycell.run
    238   periods      -poll $runpoll
    239   periods      -exec $runexec
     238  periods      -poll $RUNPOLL
     239  periods      -exec $RUNEXEC
    240240  periods      -timeout 60
    241241
Note: See TracChangeset for help on using the changeset viewer.