IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2011, 11:00:22 AM (15 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/ippTasks/register.pro

    r31603 r32337  
    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
     
    651648
    652649    book getword regPendingBurntoolImfile $pageName exp_id      -var EXP_ID
     650    book getword regPendingBurntoolImfile $pageName tmp_class_id -var TMP_CLASS_ID
    653651    book getword regPendingBurntoolImfile $pageName class_id    -var CLASS_ID
    654652    book getword regPendingBurntoolImfile $pageName uri         -var THIS_URI
     
    656654    book getword regPendingBurntoolImfile $pageName camera      -var CAMERA
    657655    book getword regPendingBurntoolImfile $pageName dbname      -var DBNAME
    658     set.host.for.camera $CAMERA $CLASS_ID
     656    set.host.for.camera $DBNAME $TMP_CLASS_ID
    659657
    660658    stdout $LOGDIR/register.burntool.run.log
     
    673671      echo command $run
    674672    end
     673    periods -exec 0.05
    675674    command $run
    676675  end
Note: See TracChangeset for help on using the changeset viewer.