Changeset 19465 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Sep 10, 2008, 11:07:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r19089 r19465 137 137 138 138 task.exec 139 $run = dettool -tonormalizedstat 139 140 if ($DB:n == 0) 140 141 option DEFAULT 141 command dettool -tonormalizedstat -limit 20142 142 else 143 143 # save the DB name for the exit tasks 144 144 option $DB:$detPendingNormStatImfile_DB 145 command dettool -tonormalizedstat -limit 20-dbname $DB:$detPendingNormStatImfile_DB145 $run = $run -dbname $DB:$detPendingNormStatImfile_DB 146 146 $detPendingNormStatImfile_DB ++ 147 147 if ($detPendingNormStatImfile_DB >= $DB:n) set detPendingNormStatImfile_DB = 0 148 148 end 149 add_poll_args run 150 command $run 149 151 end 150 152 … … 247 249 248 250 task.exec 251 $run = dettool -tonormalize 249 252 if ($DB:n == 0) 250 253 option DEFAULT 251 command dettool -tonormalize -limit 20252 254 else 253 255 # save the DB name for the exit tasks 254 256 option $DB:$detPendingNormImfile_DB 255 command dettool -tonormalize -limit 20-dbname $DB:$detPendingNormImfile_DB257 $run = $run -dbname $DB:$detPendingNormImfile_DB 256 258 $detPendingNormImfile_DB ++ 257 259 if ($detPendingNormImfile_DB >= $DB:n) set detPendingNormImfile_DB = 0 258 260 end 261 add_poll_args run 262 command $run 259 263 end 260 264 … … 360 364 361 365 task.exec 366 $run = dettool -tonormalizedexp 362 367 if ($DB:n == 0) 363 368 option DEFAULT 364 command dettool -tonormalizedexp -limit 20365 369 else 366 370 # save the DB name for the exit tasks 367 371 option $DB:$detPendingNormExp_DB 368 command dettool -tonormalizedexp -limit 20-dbname $DB:$detPendingNormExp_DB372 $run = $run -dbname $DB:$detPendingNormExp_DB 369 373 $detPendingNormExp_DB ++ 370 374 if ($detPendingNormExp_DB >= $DB:n) set detPendingNormExp_DB = 0 371 375 end 376 add_poll_args run 377 command $run 372 378 end 373 379 … … 469 475 470 476 task.exec 477 $run = dettool -pendingcleanup_normalizedstat 471 478 if ($DB:n == 0) 472 479 option DEFAULT 473 command dettool -pendingcleanup_normalizedstat -limit 20474 480 else 475 481 # save the DB name for the exit tasks 476 482 option $DB:$detCleanupNormStatImfile_DB 477 command dettool -pendingcleanup_normalizedstat -limit 20-dbname $DB:$detCleanupNormStatImfile_DB483 $run = $run -dbname $DB:$detCleanupNormStatImfile_DB 478 484 $detCleanupNormStatImfile_DB ++ 479 485 if ($detCleanupNormStatImfile_DB >= $DB:n) set detCleanupNormStatImfile_DB = 0 480 486 end 487 add_poll_args run 488 command $run 481 489 end 482 490 … … 573 581 574 582 task.exec 583 $run = dettool -pendingcleanup_normalizedimfile 575 584 if ($DB:n == 0) 576 585 option DEFAULT 577 command dettool -pendingcleanup_normalizedimfile -limit 20578 586 else 579 587 # save the DB name for the exit tasks 580 588 option $DB:$detCleanupNormImfile_DB 581 command dettool -pendingcleanup_normalizedimfile -limit 20-dbname $DB:$detCleanupNormImfile_DB589 $run = $run -dbname $DB:$detCleanupNormImfile_DB 582 590 $detCleanupNormImfile_DB ++ 583 591 if ($detCleanupNormImfile_DB >= $DB:n) set detCleanupNormImfile_DB = 0 584 592 end 593 add_poll_args run 594 command $run 585 595 end 586 596 … … 678 688 679 689 task.exec 690 $run = dettool -pendingcleanup_normalizedexp 680 691 if ($DB:n == 0) 681 692 option DEFAULT 682 command dettool -pendingcleanup_normalizedexp -limit 20683 693 else 684 694 # save the DB name for the exit tasks 685 695 option $DB:$detCleanupNormExp_DB 686 command dettool -pendingcleanup_normalizedexp -limit 20-dbname $DB:$detCleanupNormExp_DB696 $run = $run -dbname $DB:$detCleanupNormExp_DB 687 697 $detCleanupNormExp_DB ++ 688 698 if ($detCleanupNormExp_DB >= $DB:n) set detCleanupNormExp_DB = 0 689 699 end 700 add_poll_args run 701 command $run 690 702 end 691 703
Note:
See TracChangeset
for help on using the changeset viewer.
