IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2011, 2:12:02 PM (15 years ago)
Author:
eugene
Message:

adjust code to set long/short exec periods so it does not leave behind unexpected short periods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/lossy_compress.pro

    r28139 r31854  
    122122
    123123    task.exec
     124        periods -exec $RUNEXEC
     125
     126        book npages compPendingCompress -var N
     127        if ($N == 0) break
    124128        if ($NETWORK == 0) break
    125         book npages compPendingCompress -var N
    126         if ($N == 0)
    127             periods -exec $RUNEXEC
    128             break
    129         end
    130         periods -exec 0.05
    131129
    132130        # look for new images
     
    171169            echo command $run
    172170        end
     171        periods -exec 0.05
    173172        command $run
    174173    end
     
    248247
    249248    task.exec
     249        periods -exec $RUNEXEC
     250
     251        book npages compPendingClean -var N
     252        if ($N == 0) break
    250253        if ($NETWORK == 0) break
    251         book npages compPendingClean -var N
    252         if ($N == 0)
    253             periods -exec $RUNEXEC
    254             break
    255         end
    256         periods -exec 0.05
    257254
    258255        # look for new images
     
    297294            echo command $run
    298295        end
     296        periods -exec 0.05
    299297        command $run
    300298    end
Note: See TracChangeset for help on using the changeset viewer.