Changeset 14630 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Aug 23, 2007, 9:43:12 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r14153 r14630 37 37 38 38 macro detnorm.on 39 task det tool.norm.load40 active true 41 end 42 task det tool.norm.run43 active true 44 end 45 task det tool.normexp.load46 active true 47 end 48 task det tool.normexp.run49 active true 50 end 51 task det tool.normstat.load52 active true 53 end 54 task det tool.normstat.run39 task detrend.norm.load 40 active true 41 end 42 task detrend.norm.run 43 active true 44 end 45 task detrend.normexp.load 46 active true 47 end 48 task detrend.normexp.run 49 active true 50 end 51 task detrend.normstat.load 52 active true 53 end 54 task detrend.normstat.run 55 55 active true 56 56 end … … 58 58 59 59 macro detnorm.off 60 task det tool.norm.load61 active false 62 end 63 task det tool.norm.run64 active false 65 end 66 task det tool.normexp.load67 active false 68 end 69 task det tool.normexp.run70 active false 71 end 72 task det tool.normstat.load73 active false 74 end 75 task det tool.normstat.run60 task detrend.norm.load 61 active false 62 end 63 task detrend.norm.run 64 active false 65 end 66 task detrend.normexp.load 67 active false 68 end 69 task detrend.normexp.run 70 active false 71 end 72 task detrend.normstat.load 73 active false 74 end 75 task detrend.normstat.run 76 76 active false 77 77 end … … 86 86 # new entries are added to detPendingNormStatImfile 87 87 # compare the new list with the ones already selected 88 task det tool.normstat.load88 task detrend.normstat.load 89 89 host local 90 90 … … 95 95 96 96 stdout NULL 97 stderr $LOGSUBDIR/det tool.normstat.log97 stderr $LOGSUBDIR/detrend.normstat.log 98 98 99 99 task.exec … … 134 134 135 135 # copy new images, sending job to desired host 136 task det tool.normstat.run136 task detrend.normstat.run 137 137 periods -poll $runpoll 138 138 periods -exec $runexec … … 205 205 # new entries are added to detPendingNormImfile 206 206 # compare the new list with the ones already selected 207 task det tool.norm.load207 task detrend.norm.load 208 208 host local 209 209 … … 214 214 215 215 stdout NULL 216 stderr $LOGSUBDIR/det tool.norm.log216 stderr $LOGSUBDIR/detrend.norm.log 217 217 218 218 task.exec … … 253 253 254 254 # copy new images, sending job to desired host 255 task det tool.norm.run255 task detrend.norm.run 256 256 periods -poll $runpoll 257 257 periods -exec $runexec … … 328 328 # new entries are added to detPendingNormExp 329 329 # compare the new list with the ones already selected 330 task det tool.normexp.load330 task detrend.normexp.load 331 331 host local 332 332 … … 337 337 338 338 stdout NULL 339 stderr $LOGSUBDIR/det tool.normexp.log339 stderr $LOGSUBDIR/detrend.normexp.log 340 340 341 341 task.exec … … 376 376 377 377 # copy new images, sending job to desired host 378 task det tool.normexp.run378 task detrend.normexp.run 379 379 periods -poll $runpoll 380 380 periods -exec $runexec
Note:
See TracChangeset
for help on using the changeset viewer.
