IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2024, 9:12:19 AM (2 years ago)
Author:
eugene
Message:

add and shake down xcff.pro; tweak xccal.pro and xcstack.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippTasks/xcstack.pro

    r42663 r42697  
    88check.globals
    99
    10 if ($?POLL_LIMIT_XCSTACK == 0) set POLL_LIMIT_XCSTACK = 40
     10if ($?POLL_LIMIT_XCSTACK == 0) set POLL_LIMIT_XCSTACK = 100
    1111
    1212macro set.xcstack.poll
     
    9191
    9292  task.exec
    93     periods -exec $LOADEXEC
    94 
    9593    if ($LABEL:n == 0) break
    9694    $run = xcstacktool -tosum
     
    109107    $run = $run -limit $POLL_LIMIT_XCSTACK
    110108
    111     # re-try quickly until we run out
    112     periods -exec 0.05
    113109    command $run
    114110  end
     
    149145
    150146  task.exec
     147    # if we are unable to run the 'exec', use a long retry time
     148    periods -exec $LOADEXEC
     149
    151150    book npages xcstackSumSkyfile -var N
    152151    if ($N == 0) break
     
    200199      echo command $run
    201200    end
     201
     202    # re-try quickly until we run out
     203    periods -exec 0.05
    202204    command $run
    203205  end
Note: See TracChangeset for help on using the changeset viewer.