Changeset 23282 for trunk/ippTasks/chip.pro
- Timestamp:
- Mar 11, 2009, 4:29:49 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/chip.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r23230 r23282 29 29 active true 30 30 end 31 task chip. promoteexp31 task chip.advanceexp 32 32 active true 33 33 end … … 41 41 active false 42 42 end 43 task chip. promoteexp43 task chip.advanceexp 44 44 active false 45 45 end … … 207 207 208 208 # this variable will cycle through the known database names 209 $chip_ promote_DB = 0210 211 # promote exposures for which all imfiles have completed processing209 $chip_advance_DB = 0 210 211 # advance exposures for which all imfiles have completed processing 212 212 # sets the exposure state to full and queues warp processing if requested 213 task chip. promoteexp213 task chip.advanceexp 214 214 host local 215 215 … … 220 220 221 221 stdout NULL 222 stderr $LOGDIR/chip. promoteexp.log223 224 task.exec 225 $run = chiptool - promoteexp -limit 10222 stderr $LOGDIR/chip.advanceexp.log 223 224 task.exec 225 $run = chiptool -advanceexp -limit 10 226 226 if ($DB:n == 0) 227 227 option DEFAULT 228 228 else 229 229 # save the DB name for the exit tasks 230 option $DB:$chip_ promote_DB231 $run = $run -dbname $DB:$chip_ promote_DB232 $chip_ promote_DB ++233 if ($chip_ promote_DB >= $DB:n) set chip_promote_DB = 0230 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 234 234 end 235 235 add_poll_args run
Note:
See TracChangeset
for help on using the changeset viewer.
