IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2010, 5:47:58 PM (16 years ago)
Author:
watersc1
Message:

Added break points to escape out of the heavy processing stages if we are currently attempting to burntool data. This should allow burntool to finish faster and have fewer errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/camera.pro

    r26950 r27200  
    143143    if ($N == 0) break
    144144    if ($NETWORK == 0) break
     145    if ($BURNTOOLING == 1) break
    145146   
    146147    # look for new images in camPendingExp (pantaskState == INIT)
Note: See TracChangeset for help on using the changeset viewer.