IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24064


Ignore:
Timestamp:
May 4, 2009, 4:13:48 PM (17 years ago)
Author:
eugene
Message:

avoid processing if there are no labels in the list

Location:
trunk/ippTasks
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/camera.pro

    r23230 r24064  
    7373
    7474  task.exec
     75    if ($LABEL:n == 0) break
    7576    $run = camtool -pendingexp
    7677    if ($DB:n == 0)
     
    216217
    217218  task.exec
     219    if ($LABEL:n == 0) break
    218220    $run = camtool -pendingcleanuprun
    219221    if ($DB:n == 0)
  • trunk/ippTasks/chip.pro

    r24056 r24064  
    8282
    8383  task.exec
     84    if ($LABEL:n == 0) break
    8485    $run = chiptool -pendingimfile
    8586    if ($DB:n == 0)
     
    236237
    237238  task.exec
     239    if ($LABEL:n == 0) break
    238240    $run = chiptool -advanceexp -limit 10
    239241    if ($DB:n == 0)
     
    288290
    289291  task.exec
     292    if ($LABEL:n == 0) break
    290293    $run = chiptool -pendingcleanuprun
    291294    if ($DB:n == 0)
  • trunk/ippTasks/diff.pro

    r23230 r24064  
    8181
    8282  task.exec
     83    if ($LABEL:n == 0) break
    8384    $run = difftool -todiffskyfile
    8485    if ($DB:n == 0)
     
    209210
    210211  task.exec
     212    if ($LABEL:n == 0) break
    211213    $run = difftool -pendingcleanuprun
    212214    if ($DB:n == 0)
  • trunk/ippTasks/fake.pro

    r24050 r24064  
    7979
    8080  task.exec
     81    if ($LABEL:n == 0) break
    8182    $run = faketool -pendingimfile
    8283    if ($DB:n == 0)
     
    212213
    213214  task.exec
     215    if ($LABEL:n == 0) break
    214216    $run = faketool -advanceexp -limit 10
    215217    if ($DB:n == 0)
     
    264266
    265267  task.exec
     268    if ($LABEL:n == 0) break
    266269    $run = faketool -pendingcleanuprun
    267270    if ($DB:n == 0)
  • trunk/ippTasks/stack.pro

    r23230 r24064  
    8181
    8282  task.exec
     83    if ($LABEL:n == 0) break
    8384    $run = stacktool -tosum
    8485    if ($DB:n == 0)
     
    209210
    210211  task.exec
     212    if ($LABEL:n == 0) break
    211213    $run = stacktool -pendingcleanuprun
    212214    if ($DB:n == 0)
  • trunk/ippTasks/warp.pro

    r24041 r24064  
    9696
    9797  task.exec
     98    if ($LABEL:n == 0) break
    9899    $run = warptool -tooverlap
    99100    if ($DB:n == 0)
     
    220221
    221222  task.exec
     223    if ($LABEL:n == 0) break
    222224    $run = warptool -towarped
    223225    if ($DB:n == 0)
     
    356358
    357359  task.exec
     360    if ($LABEL:n == 0) break
    358361    $run = warptool -advancerun -limit 10
    359362    if ($DB:n == 0)
     
    405408
    406409  task.exec
     410    if ($LABEL:n == 0) break
    407411    $run = warptool -pendingcleanuprun
    408412    if ($DB:n == 0)
Note: See TracChangeset for help on using the changeset viewer.