Changeset 9506
- Timestamp:
- Oct 12, 2006, 10:16:49 AM (20 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 10 edited
-
detrend.mkruns.pro (modified) (3 diffs)
-
detrend.norm.pro (modified) (6 diffs)
-
detrend.process.pro (modified) (4 diffs)
-
detrend.reject.pro (modified) (3 diffs)
-
detrend.resid.pro (modified) (7 diffs)
-
detrend.stack.pro (modified) (2 diffs)
-
pantasks.pro (modified) (1 diff)
-
phase0.pro (modified) (4 diffs)
-
phase2.pro (modified) (2 diffs)
-
phase3.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.mkruns.pro
r8193 r9506 14 14 host local 15 15 16 periods -poll 516 periods -poll 1 17 17 periods -exec 60 18 18 periods -timeout 30 … … 43 43 host local 44 44 45 periods -poll 545 periods -poll 1 46 46 periods -exec 60 47 47 periods -timeout 30 … … 72 72 host local 73 73 74 periods -poll 574 periods -poll 1 75 75 periods -exec 60 76 76 periods -timeout 30 -
trunk/ippTasks/detrend.norm.pro
r9490 r9506 23 23 host local 24 24 25 periods -poll 1.026 periods -exec 3.025 periods -poll $loadpoll 26 periods -exec $loadexec 27 27 periods -timeout 30 28 28 … … 67 67 # copy new images, sending job to desired host 68 68 task dettool.normstat.process 69 periods -poll 0.570 periods -exec 1.069 periods -poll $runpoll 70 periods -exec $runexec 71 71 periods -timeout 30 72 72 … … 134 134 host local 135 135 136 periods -poll 1.0137 periods -exec 3.0136 periods -poll $loadpoll 137 periods -exec $loadexec 138 138 periods -timeout 30 139 139 … … 181 181 # copy new images, sending job to desired host 182 182 task dettool.norm.process 183 periods -poll 0.5184 periods -exec 1.0183 periods -poll $runpoll 184 periods -exec $runexec 185 185 periods -timeout 30 186 186 … … 252 252 host local 253 253 254 periods -poll 1.0255 periods -exec 3.0254 periods -poll $loadpoll 255 periods -exec $loadexec 256 256 periods -timeout 30 257 257 … … 299 299 # copy new images, sending job to desired host 300 300 task dettool.normexp.process 301 periods -poll 0.5302 periods -exec 1.0301 periods -poll $runpoll 302 periods -exec $runexec 303 303 periods -timeout 30 304 304 -
trunk/ippTasks/detrend.process.pro
r9490 r9506 29 29 host local 30 30 31 periods -poll 1.032 periods -exec 3.031 periods -poll $loadpoll 32 periods -exec $loadexec 33 33 periods -timeout 30 34 34 … … 74 74 # copy new images, sending job to desired host 75 75 task dettool.process.run 76 periods -poll 0.577 periods -exec 1.076 periods -poll $runpoll 77 periods -exec $runexec 78 78 periods -timeout 30 79 79 … … 146 146 host local 147 147 148 periods -poll 1.0149 periods -exec 3.0148 periods -poll $loadpoll 149 periods -exec $loadexec 150 150 periods -timeout 30 151 151 … … 189 189 # copy new images, sending job to desired host 190 190 task dettool.processexp.run 191 periods -poll 0.5192 periods -exec 1.0191 periods -poll $runpoll 192 periods -exec $runexec 193 193 periods -timeout 30 194 194 -
trunk/ippTasks/detrend.reject.pro
r9490 r9506 28 28 host local 29 29 30 periods -poll 1.031 periods -exec 3.030 periods -poll $loadpoll 31 periods -exec $loadexec 32 32 periods -timeout 30 33 33 … … 69 69 # copy new images, sending job to desired host 70 70 task dettool.reject.run 71 periods -poll 0.572 periods -exec 1.071 periods -poll $runpoll 72 periods -exec $runexec 73 73 periods -timeout 30 74 74 … … 109 109 # create example job options as a demonstration 110 110 options "$line" 111 echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE 112 command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE 111 echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE --camera $CAMERA 112 command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE --camera $CAMERA 113 113 end 114 114 -
trunk/ippTasks/detrend.resid.pro
r9490 r9506 30 30 host local 31 31 32 periods -poll 1.033 periods -exec 3.032 periods -poll $loadpoll 33 periods -exec $loadexec 34 34 periods -timeout 30 35 35 … … 79 79 # copy new images, sending job to desired host 80 80 task dettool.resid.run 81 periods -poll 0.582 periods -exec 1.081 periods -poll $runpoll 82 periods -exec $runexec 83 83 periods -timeout 30 84 84 … … 154 154 host local 155 155 156 periods -poll 1.0157 periods -exec 3.0156 periods -poll $loadpoll 157 periods -exec $loadexec 158 158 periods -timeout 30 159 159 … … 178 178 $EXP_TAG = $word:3 179 179 $INCLUDE = $word:4 180 queuepush DetrendResidExposures -uniq -key 1:2:4 "NEW $DET_ID $ITER $DET_TYPE $EXP_TAG $INCLUDE" 180 $CAMERA = $word:5 181 queuepush DetrendResidExposures -uniq -key 1:2:4 "NEW $DET_ID $ITER $DET_TYPE $EXP_TAG $INCLUDE $CAMERA" 181 182 end 182 183 … … 199 200 # copy new images, sending job to desired host 200 201 task dettool.residexp.run 201 periods -poll 0.5202 periods -exec 1.0202 periods -poll $runpoll 203 periods -exec $runexec 203 204 periods -timeout 30 204 205 … … 226 227 $EXP_TAG = $word:3 227 228 $INCLUDE = $word:4 229 $CAMERA = $word:5 228 230 229 231 # XXX add $WORKDIR/$LOG_DIR … … 250 252 options "$line" 251 253 if ($drop) 252 echo command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITER --exp_tag $EXP_TAG --det_type $DET_TYPE -- reject253 command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITER --exp_tag $EXP_TAG --det_type $DET_TYPE -- reject254 echo command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITER --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --reject 255 command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITER --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --reject 254 256 else 255 echo command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITER --exp_tag $EXP_TAG --det_type $DET_TYPE 256 command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITER --exp_tag $EXP_TAG --det_type $DET_TYPE 257 echo command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITER --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA 258 command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITER --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA 257 259 end 258 260 end -
trunk/ippTasks/detrend.stack.pro
r9490 r9506 30 30 host local 31 31 32 periods -poll 1.033 periods -exec 3.032 periods -poll $loadpoll 33 periods -exec $loadexec 34 34 periods -timeout 30 35 35 … … 72 72 # copy new images, sending job to desired host 73 73 task dettool.stack.run 74 periods -poll 0.575 periods -exec 1.076 periods -timeout 3074 periods -poll $runpoll 75 periods -exec $runexec 76 periods -timeout 120 77 77 78 78 task.exec -
trunk/ippTasks/pantasks.pro
r9490 r9506 2 2 $network = 1 3 3 $parallel = 1 4 $scripts = /home/kiawe/eugene/src/panstarrs/ipp/ippTasks4 $scripts = . 5 5 $WORKDIR = `ipp_workdir.pl` 6 $loadpoll = 1 7 $loadexec = 10 8 $runpoll = 0.5 9 $runexec = 1 6 10 7 11 macro init.controller 8 12 if ($parallel) 13 # controller host add mithrandir 9 14 # controller host add alala 10 15 controller exit true -
trunk/ippTasks/phase0.pro
r9455 r9506 22 22 host local 23 23 24 periods -poll 1.025 periods -exec 2.024 periods -poll $loadpoll 25 periods -exec $loadexec 26 26 periods -timeout 30 27 27 … … 65 65 # run the phase0imfile script on pending images 66 66 task phase0.imfile.run 67 periods -poll 0.568 periods -exec 1.067 periods -poll $runpoll 68 periods -exec $runexec 69 69 periods -timeout 30 70 70 … … 138 138 host local 139 139 140 periods -poll 1.0141 periods -exec 2.0140 periods -poll $loadpoll 141 periods -exec $loadexec 142 142 periods -timeout 30 143 143 … … 181 181 # run the phase0imfile script on pending images 182 182 task phase0.exp.run 183 periods -poll 0.5184 periods -exec 1.0183 periods -poll $runpoll 184 periods -exec $runexec 185 185 periods -timeout 30 186 186 -
trunk/ippTasks/phase2.pro
r9398 r9506 21 21 host local 22 22 23 periods -poll 124 periods -exec 523 periods -poll $loadpoll 24 periods -exec $loadexec 25 25 periods -timeout 30 26 26 … … 63 63 # run the phase2imfile script on pending images 64 64 task phase2.imfile.run 65 periods -poll 0.566 periods -exec 165 periods -poll $runpoll 66 periods -exec $runexec 67 67 periods -timeout 60 68 68 -
trunk/ippTasks/phase3.pro
r9398 r9506 21 21 host local 22 22 23 periods -poll 124 periods -exec 523 periods -poll $loadpoll 24 periods -exec $loadexec 25 25 periods -timeout 30 26 26 … … 59 59 # run the phase3imfile script on pending images 60 60 task phase3.exp.run 61 periods -poll 0.562 periods -exec 1.061 periods -poll $runpoll 62 periods -exec $runexec 63 63 periods -timeout 5 64 64
Note:
See TracChangeset
for help on using the changeset viewer.
