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/stack.pro

    r27008 r27200  
    161161    if ($N == 0) break
    162162    if ($NETWORK == 0) break
    163    
     163    if ($BURNTOOLING == 1) break
     164
    164165    # look for new images in stackSumSkyfile (pantaskState == INIT)
    165166    book getpage stackSumSkyfile 0 -var pageName -key pantaskState INIT
Note: See TracChangeset for help on using the changeset viewer.