IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2011, 2:12:02 PM (15 years ago)
Author:
eugene
Message:

adjust code to set long/short exec periods so it does not leave behind unexpected short periods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/register.pro

    r31603 r31854  
    271271
    272272  task.exec
     273    periods -exec $RUNEXEC
     274
     275    book npages regPendingImfile -var N
     276    if ($N == 0) break
    273277    if ($NETWORK == 0) break
    274     book npages regPendingImfile -var N
    275     if ($N == 0)
    276         periods -exec $RUNEXEC
    277         break
    278     end
    279     periods -exec 0.05
    280278   
    281279    # look for new images in regPendingImfile
     
    331329      echo command $run
    332330    end
     331    periods -exec 0.05
    333332    command $run
    334333  end
     
    636635
    637636  task.exec
     637    periods -exec $RUNEXEC
     638
     639    book npages regPendingBurntoolImfile -var N
     640    if ($N == 0) break
    638641    if ($NETWORK == 0) break
    639     book npages regPendingBurntoolImfile -var N
    640     if ($N == 0)
    641       periods -exec $RUNEXEC
    642       break
    643     end
    644     periods -exec 0.05
    645642
    646643    # look for new images to burn in regPendingBurntoolImfile
     
    673670      echo command $run
    674671    end
     672    periods -exec 0.05
    675673    command $run
    676674  end
Note: See TracChangeset for help on using the changeset viewer.