IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2008, 11:07:54 AM (18 years ago)
Author:
Paul Price
Message:

Making the poll limit (-limit 20) configurable. Didn't touch summit copy or replication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.correct.pro

    r18568 r19465  
    7171
    7272  task.exec
     73    $run = dettool -tocorrectedimfile
    7374    if ($DB:n == 0)
    7475      option DEFAULT
    75       command dettool -tocorrectedimfile -limit 20
    7676    else
    7777      # save the DB name for the exit tasks
    7878      option $DB:$detPendingCorrectedImfile_DB
    79       command dettool -tocorrectedimfile -limit 20 -dbname $DB:$detPendingCorrectedImfile_DB
     79      $run = $run -dbname $DB:$detPendingCorrectedImfile_DB
    8080      $detPendingCorrectedImfile_DB ++
    8181      if ($detPendingCorrectedImfile_DB >= $DB:n) set detPendingCorrectedImfile_DB = 0
    8282    end
     83    add_poll_args run
     84    command $run
    8385  end
    8486
     
    192194
    193195  task.exec
     196    $run = dettool -tocorrectedexp
    194197    if ($DB:n == 0)
    195198      option DEFAULT
    196       command dettool -tocorrectedexp -limit 20
    197199    else
    198200      # save the DB name for the exit tasks
    199201      option $DB:$detPendingCorrectedExp_DB
    200       command dettool -tocorrectedexp -limit 20 -dbname $DB:$detPendingCorrectedExp_DB
     202      $run = $run -dbname $DB:$detPendingCorrectedExp_DB
    201203      $detPendingCorrectedExp_DB ++
    202204      if ($detPendingCorrectedExp_DB >= $DB:n) set detPendingCorrectedExp_DB = 0
    203205    end
     206    add_poll_args run
     207    command $run
    204208  end
    205209
Note: See TracChangeset for help on using the changeset viewer.