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

    r27125 r27200  
    171171    if ($N == 0) break
    172172    if ($NETWORK == 0) break
    173    
     173    if ($BURNTOOLING == 1) break
     174
    174175    # look for new images in warpInputExp (pantaskState == INIT)
    175176    book getpage warpInputExp 0 -var pageName -key pantaskState INIT
Note: See TracChangeset for help on using the changeset viewer.