IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 2:17:50 PM (12 years ago)
Author:
eugene
Message:

merge previously-unmerged changes from ops tag (20130712): add stsci1X series nodes to skycell targetting; some minor changes to processing tasks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/diff.pro

    r35916 r37076  
    6161  end
    6262  task diff.revert
     63    active false
     64  end
     65end
     66
     67macro diff.summary.on
     68  task diff.summary.load
     69    active true
     70  end
     71  task diff.summary.run
     72    active true
     73  end
     74end
     75
     76macro diff.summary.off
     77  task diff.summary.load
     78    active false
     79  end
     80  task diff.summary.run
    6381    active false
    6482  end
     
    125143    add_poll_args run
    126144    add_poll_labels run
     145    # increase the poll limit for warp over the default to
     146    # help it keep up with chip processing
     147    # NOTE : it is not a problem for difftool to have multiple
     148    # -limit entries: the last one is used
     149    $run = $run -limit {$POLL_LIMIT * 2}
    127150    command $run
    128151  end
Note: See TracChangeset for help on using the changeset viewer.