IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2009, 4:29:49 PM (17 years ago)
Author:
bills
Message:

change -promoteexp to -advanceexp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r23230 r23282  
    2929    active true
    3030  end
    31   task chip.promoteexp
     31  task chip.advanceexp
    3232    active true
    3333  end
     
    4141    active false
    4242  end
    43   task chip.promoteexp
     43  task chip.advanceexp
    4444    active false
    4545  end
     
    207207
    208208# this variable will cycle through the known database names
    209 $chip_promote_DB = 0
    210 
    211 # promote exposures for which all imfiles have completed processing
     209$chip_advance_DB = 0
     210
     211# advance exposures for which all imfiles have completed processing
    212212# sets the exposure state to full and queues warp processing if requested
    213 task           chip.promoteexp
     213task           chip.advanceexp
    214214  host         local
    215215
     
    220220
    221221  stdout NULL
    222   stderr $LOGDIR/chip.promoteexp.log
    223 
    224   task.exec
    225     $run = chiptool -promoteexp -limit 10
     222  stderr $LOGDIR/chip.advanceexp.log
     223
     224  task.exec
     225    $run = chiptool -advanceexp -limit 10
    226226    if ($DB:n == 0)
    227227      option DEFAULT
    228228    else
    229229      # save the DB name for the exit tasks
    230       option $DB:$chip_promote_DB
    231       $run = $run -dbname $DB:$chip_promote_DB
    232       $chip_promote_DB ++
    233       if ($chip_promote_DB >= $DB:n) set chip_promote_DB = 0
     230      option $DB:$chip_advance_DB
     231      $run = $run -dbname $DB:$chip_advance_DB
     232      $chip_advance_DB ++
     233      if ($chip_advance_DB >= $DB:n) set chip_advance_DB = 0
    234234    end
    235235    add_poll_args run
Note: See TracChangeset for help on using the changeset viewer.