Changeset 19465 for trunk/ippTasks/detrend.reject.pro
- Timestamp:
- Sep 10, 2008, 11:07:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.reject.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.reject.pro
r18607 r19465 52 52 53 53 task.exec 54 $run = dettool -todetrunsummary 54 55 if ($DB:n == 0) 55 56 option DEFAULT 56 command dettool -todetrunsummary -limit 2057 57 else 58 58 # save the DB name for the exit tasks 59 59 option $DB:$detRejectExp_DB 60 command dettool -todetrunsummary -limit 20-dbname $DB:$detRejectExp_DB60 $run = $run -dbname $DB:$detRejectExp_DB 61 61 $detRejectExp_DB ++ 62 62 if ($detRejectExp_DB >= $DB:n) set detRejectExp_DB = 0 63 63 end 64 add_poll_args run 65 command $run 64 66 end 65 67
Note:
See TracChangeset
for help on using the changeset viewer.
