Changeset 19465 for trunk/ippTasks/detrend.correct.pro
- Timestamp:
- Sep 10, 2008, 11:07:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.correct.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.correct.pro
r18568 r19465 71 71 72 72 task.exec 73 $run = dettool -tocorrectedimfile 73 74 if ($DB:n == 0) 74 75 option DEFAULT 75 command dettool -tocorrectedimfile -limit 2076 76 else 77 77 # save the DB name for the exit tasks 78 78 option $DB:$detPendingCorrectedImfile_DB 79 command dettool -tocorrectedimfile -limit 20-dbname $DB:$detPendingCorrectedImfile_DB79 $run = $run -dbname $DB:$detPendingCorrectedImfile_DB 80 80 $detPendingCorrectedImfile_DB ++ 81 81 if ($detPendingCorrectedImfile_DB >= $DB:n) set detPendingCorrectedImfile_DB = 0 82 82 end 83 add_poll_args run 84 command $run 83 85 end 84 86 … … 192 194 193 195 task.exec 196 $run = dettool -tocorrectedexp 194 197 if ($DB:n == 0) 195 198 option DEFAULT 196 command dettool -tocorrectedexp -limit 20197 199 else 198 200 # save the DB name for the exit tasks 199 201 option $DB:$detPendingCorrectedExp_DB 200 command dettool -tocorrectedexp -limit 20-dbname $DB:$detPendingCorrectedExp_DB202 $run = $run -dbname $DB:$detPendingCorrectedExp_DB 201 203 $detPendingCorrectedExp_DB ++ 202 204 if ($detPendingCorrectedExp_DB >= $DB:n) set detPendingCorrectedExp_DB = 0 203 205 end 206 add_poll_args run 207 command $run 204 208 end 205 209
Note:
See TracChangeset
for help on using the changeset viewer.
