Changeset 9506 for trunk/ippTasks/detrend.resid.pro
- Timestamp:
- Oct 12, 2006, 10:16:49 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.resid.pro (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.
