Changeset 24064
- Timestamp:
- May 4, 2009, 4:13:48 PM (17 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r23230 r24064 73 73 74 74 task.exec 75 if ($LABEL:n == 0) break 75 76 $run = camtool -pendingexp 76 77 if ($DB:n == 0) … … 216 217 217 218 task.exec 219 if ($LABEL:n == 0) break 218 220 $run = camtool -pendingcleanuprun 219 221 if ($DB:n == 0) -
trunk/ippTasks/chip.pro
r24056 r24064 82 82 83 83 task.exec 84 if ($LABEL:n == 0) break 84 85 $run = chiptool -pendingimfile 85 86 if ($DB:n == 0) … … 236 237 237 238 task.exec 239 if ($LABEL:n == 0) break 238 240 $run = chiptool -advanceexp -limit 10 239 241 if ($DB:n == 0) … … 288 290 289 291 task.exec 292 if ($LABEL:n == 0) break 290 293 $run = chiptool -pendingcleanuprun 291 294 if ($DB:n == 0) -
trunk/ippTasks/diff.pro
r23230 r24064 81 81 82 82 task.exec 83 if ($LABEL:n == 0) break 83 84 $run = difftool -todiffskyfile 84 85 if ($DB:n == 0) … … 209 210 210 211 task.exec 212 if ($LABEL:n == 0) break 211 213 $run = difftool -pendingcleanuprun 212 214 if ($DB:n == 0) -
trunk/ippTasks/fake.pro
r24050 r24064 79 79 80 80 task.exec 81 if ($LABEL:n == 0) break 81 82 $run = faketool -pendingimfile 82 83 if ($DB:n == 0) … … 212 213 213 214 task.exec 215 if ($LABEL:n == 0) break 214 216 $run = faketool -advanceexp -limit 10 215 217 if ($DB:n == 0) … … 264 266 265 267 task.exec 268 if ($LABEL:n == 0) break 266 269 $run = faketool -pendingcleanuprun 267 270 if ($DB:n == 0) -
trunk/ippTasks/stack.pro
r23230 r24064 81 81 82 82 task.exec 83 if ($LABEL:n == 0) break 83 84 $run = stacktool -tosum 84 85 if ($DB:n == 0) … … 209 210 210 211 task.exec 212 if ($LABEL:n == 0) break 211 213 $run = stacktool -pendingcleanuprun 212 214 if ($DB:n == 0) -
trunk/ippTasks/warp.pro
r24041 r24064 96 96 97 97 task.exec 98 if ($LABEL:n == 0) break 98 99 $run = warptool -tooverlap 99 100 if ($DB:n == 0) … … 220 221 221 222 task.exec 223 if ($LABEL:n == 0) break 222 224 $run = warptool -towarped 223 225 if ($DB:n == 0) … … 356 358 357 359 task.exec 360 if ($LABEL:n == 0) break 358 361 $run = warptool -advancerun -limit 10 359 362 if ($DB:n == 0) … … 405 408 406 409 task.exec 410 if ($LABEL:n == 0) break 407 411 $run = warptool -pendingcleanuprun 408 412 if ($DB:n == 0)
Note:
See TracChangeset
for help on using the changeset viewer.
