Changeset 10542 for trunk/ippTasks/detrend.process.pro
- Timestamp:
- Dec 7, 2006, 4:01:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.process.pro (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.process.pro
r9506 r10542 54 54 $CLASS_ID = $word:4 55 55 $URI = $word:5 56 queuepush DetrendProcessImfiles -uniq -key 1:3:5 "NEW $DET_ID $DET_TYPE $EXP_TAG $CLASS $CLASS_ID $URI" 56 $CAMERA = $word:21 57 queuepush DetrendProcessImfiles -uniq -key 1:3:5 "NEW $DET_ID $DET_TYPE $EXP_TAG $CLASS $CLASS_ID $URI $CAMERA" 57 58 end 58 59 … … 102 103 $CLASS_ID = $word:4 103 104 $URI = $word:5 105 $CAMERA = $word:6 104 106 105 107 $LOG_DIR = `dirname $URI` … … 116 118 # create example job options as a demonstration 117 119 options "$line" 118 echo command detrend_process_imfile.pl --det_id $DET_ID --exp_tag $EXP_TAG --class $CLASS --class_id $CLASS_ID --det_type $DET_TYPE --input_uri $URI119 command detrend_process_imfile.pl --det_id $DET_ID --exp_tag $EXP_TAG --class $CLASS --class_id $CLASS_ID --det_type $DET_TYPE --input_uri $URI 120 echo command detrend_process_imfile.pl --det_id $DET_ID --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --input_uri $URI --camera $CAMERA 121 command detrend_process_imfile.pl --det_id $DET_ID --exp_tag $EXP_TAG --class $CLASS --class_id $CLASS_ID --det_type $DET_TYPE --input_uri $URI --camera $CAMERA 120 122 end 121 123 … … 123 125 task.exit 0 124 126 queuepush DetrendProcessImfiles -replace -key 1:3:5 "DONE $options:0" 125 # detrend_process_imfile.pl --force_exist --det_id $DET_ID --exp_tag $EXP_TAG --class $CLASS --class_id $CLASS_ID --det_type $DET_TYPE --input_uri $URI 127 # detrend_process_imfile.pl --force_exist --det_id $DET_ID --exp_tag $EXP_TAG --class $CLASS --class_id $CLASS_ID --det_type $DET_TYPE --input_uri $URI --camera $CAMERA 126 128 end 127 129 … … 169 171 $DET_TYPE = $word:2 170 172 $EXP_TAG = $word:3 171 queuepush DetrendProcessExposures -uniq -key 1:2:4 "NEW $DET_ID $ITER $DET_TYPE $EXP_TAG" 173 $CAMERA = $word:4 174 queuepush DetrendProcessExposures -uniq -key 1:2:4 "NEW $DET_ID $ITER $DET_TYPE $EXP_TAG $CAMERA" 172 175 end 173 176 … … 213 216 $DET_TYPE = $word:2 214 217 $EXP_TAG = $word:3 218 $CAMERA = $word:4 215 219 216 220 # XXX need the classID in dettool -toprocessedexp -simple output … … 228 232 # create example job options as a demonstration 229 233 options "$line" 230 echo command detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG 231 command detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG 234 echo command detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA 235 command detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA 232 236 end 233 237
Note:
See TracChangeset
for help on using the changeset viewer.
