Changeset 11546
- Timestamp:
- Feb 1, 2007, 9:58:58 AM (19 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 9 edited
-
detrend.norm.pro (modified) (3 diffs)
-
detrend.process.pro (modified) (2 diffs)
-
detrend.reject.pro (modified) (1 diff)
-
detrend.resid.pro (modified) (2 diffs)
-
detrend.stack.pro (modified) (1 diff)
-
pantasks.pro (modified) (1 diff)
-
phase0.pro (modified) (2 diffs)
-
phase2.pro (modified) (1 diff)
-
phase3.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r11476 r11546 118 118 end 119 119 120 # delete existing entries which are DONE 121 book delpage detPendingNormStatImfile -key state DONE 122 book delpage detPendingNormStatImfile -key state DATA_ERR 120 # delete existing entries in the appropriate states 121 process_cleanup detPendingNormStatImfile 123 122 end 124 123 … … 231 230 end 232 231 233 # delete existing entries which are DONE 234 book delpage detPendingNormImfile -key state DONE 235 book delpage detPendingNormImfile -key state DATA_ERR 232 # delete existing entries in the appropriate states 233 process_cleanup detPendingNormImfile 236 234 end 237 235 … … 346 344 end 347 345 348 # delete existing entries which are DONE 349 book delpage detPendingNormExp -key state DONE 350 book delpage detPendingNormExp -key state DATA_ERR 346 # delete existing entries in the appropriate states 347 process_cleanup detPendingNormExp 351 348 end 352 349 -
trunk/ippTasks/detrend.process.pro
r11476 r11546 105 105 end 106 106 107 # delete existing entries which are DONE 108 book delpage detPendingProcessedImfile -key state DONE 109 book delpage detPendingProcessedImfile -key state DATA_ERR 107 # delete existing entries in the appropriate states 108 process_cleanup detPendingProcessedImfile 110 109 end 111 110 … … 220 219 end 221 220 222 # delete existing entries which are DONE 223 book delpage detPendingProcessedExp -key state DONE 224 book delpage detPendingProcessedExp -key state DATA_ERR 221 # delete existing entries in the appropriate states 222 process_cleanup detPendingProcessedExp 225 223 end 226 224 -
trunk/ippTasks/detrend.reject.pro
r11476 r11546 86 86 end 87 87 88 # delete existing entries which are DONE 89 book delpage detRejectExp -key state DONE 90 book delpage detRejectExp -key state DATA_ERR 88 # delete existing entries in the appropriate states 89 process_cleanup detRejectExp 91 90 end 92 91 -
trunk/ippTasks/detrend.resid.pro
r11476 r11546 102 102 end 103 103 104 # delete existing entries which are DONE 105 book delpage detPendingResidImfile -key state DONE 106 book delpage detPendingResidImfile -key state DATA_ERR 104 # delete existing entries in the appropriate states 105 process_cleanup detPendingResidImfile 107 106 end 108 107 … … 219 218 end 220 219 221 # delete existing entries which are DONE 222 book delpage detPendingResidExp -key state DONE 223 book delpage detPendingResidExp -key state DATA_ERR 220 # delete existing entries in the appropriate states 221 process_cleanup detPendingResidExp 224 222 end 225 223 -
trunk/ippTasks/detrend.stack.pro
r11476 r11546 87 87 end 88 88 89 # delete existing entries which are DONE 90 book delpage detPendingStackedImfile -key state DONE 91 book delpage detPendingStackedImfile -key state DATA_ERR 89 # delete existing entries in the appropriate states 90 process_cleanup detPendingStackedImfile 92 91 end 93 92 -
trunk/ippTasks/pantasks.pro
r11545 r11546 239 239 book setword $bookName $pageName state UNKNOWN_ERR 240 240 end 241 242 ## XXX for the moment, remove all errors 243 macro process_cleanup 244 if ($0 != 2) 245 echo "USAGE: process_cleanup (bookname)" 246 break 247 end 248 249 book delpage $1 -key state DONE 250 book delpage $1 -key state SYS_ERR 251 book delpage $1 -key state DATA_ERR 252 book delpage $1 -key state PROG_ERR 253 book delpage $1 -key state CONFIG_ERR 254 book delpage $1 -key state UNKNOWN_ERR 255 end -
trunk/ippTasks/phase0.pro
r11476 r11546 105 105 end 106 106 107 # delete existing entries which are DONE or DATAERR 108 book delpage p0PendingImfile -key state DONE 109 book delpage p0PendingImfile -key state DATA_ERR 107 # delete existing entries in the appropriate states 108 process_cleanup p0PendingImfile 110 109 end 111 110 … … 216 215 end 217 216 218 # delete existing entries which are DONE 219 book delpage p0PendingExp -key state DONE 220 book delpage p0PendingExp -key state DATA_ERR 217 # delete existing entries in the appropriate states 218 process_cleanup p0PendingExp 221 219 end 222 220 -
trunk/ippTasks/phase2.pro
r11476 r11546 86 86 end 87 87 88 # delete existing entries which are DONE 89 book delpage p2PendingImfile -key state DONE 90 book delpage p2PendingImfile -key state DATA_ERR 88 # delete existing entries in the appropriate states 89 process_cleanup p2PendingImfile 91 90 end 92 91 -
trunk/ippTasks/phase3.pro
r11476 r11546 64 64 end 65 65 66 # delete existing entries which are DONE 67 book delpage p3PendingExp -key state DONE 68 book delpage p3PendingExp -key state DATA_ERR 66 # delete existing entries in the appropriate states 67 process_cleanup p3PendingExp 69 68 end 70 69
Note:
See TracChangeset
for help on using the changeset viewer.
