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

    r27021 r27200  
    166166    if ($N == 0) break
    167167    if ($NETWORK == 0) break
    168    
     168    if ($BURNTOOLING == 1) break
     169
    169170    # look for new images in diffSkyfile (pantaskState == INIT)
    170171    book getpage diffSkyfile 0 -var pageName -key pantaskState INIT
Note: See TracChangeset for help on using the changeset viewer.