Changeset 9338 for trunk/ippTasks/detrend.stack.pro
- Timestamp:
- Oct 5, 2006, 5:20:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.stack.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.stack.pro
r9104 r9338 39 39 # success 40 40 task.exit 0 41 # XXX is it necessary for these to be local?42 # drop after this task macro is done?43 41 local i Nqueue 44 42 … … 51 49 $DET_ID = $word:0 52 50 $ITER = $word:1 53 $ TYPE= $word:251 $DET_TYPE = $word:2 54 52 $CLASS_ID = $word:3 55 53 $CAMERA = $word:4 56 echo queuepush DetrendStackClass -uniq -key 1:2:4 "NEW $DET_ID $ITER $TYPE $CLASS_ID $CAMERA" 57 queuepush DetrendStackClass -uniq -key 1:2:4 "NEW $DET_ID $ITER $TYPE $CLASS_ID $CAMERA" 54 queuepush DetrendStackClass -uniq -key 1:2:4 "NEW $DET_ID $ITER $DET_TYPE $CLASS_ID $CAMERA" 58 55 end 59 56 … … 101 98 $DET_ID = $word:0 102 99 $ITER = $word:1 103 $ TYPE= $word:2100 $DET_TYPE = $word:2 104 101 $CLASS_ID = $word:3 105 102 $CAMERA = $word:4 106 103 107 stdout $CAMERA.$TYPE.$DET_ID.$ITER.$CLASS_ID.log 108 stderr $CAMERA.$TYPE.$DET_ID.$ITER.$CLASS_ID.log 104 # XXX add $WORKDIR/$LOG_DIR 105 stdout $CAMERA.$DET_TYPE.$DET_ID.$ITER.$CLASS_ID.log 106 stderr $CAMERA.$DET_TYPE.$DET_ID.$ITER.$CLASS_ID.log 109 107 110 108 # specify choice of remote host: … … 118 116 options "$line" 119 117 # detrend_stack.pl --det_id 1 --iteration 0 --class_id isp --det_type bias --camera ISP || exit 1 120 echo command detrend_stack.pl --det_id $DET_ID --iteration $ITER --class_id $CLASS_ID --det_type $ TYPE --camera $CAMERA121 command detrend_stack.pl --det_id $DET_ID --iteration $ITER --class_id $CLASS_ID --det_type $ TYPE --camera $CAMERA118 echo command detrend_stack.pl --det_id $DET_ID --iteration $ITER --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA 119 command detrend_stack.pl --det_id $DET_ID --iteration $ITER --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA 122 120 end 123 121
Note:
See TracChangeset
for help on using the changeset viewer.
