Changeset 11019 for branches/eam_branch_00/ippTasks/detrend.process.pro
- Timestamp:
- Jan 10, 2007, 3:37:08 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_00/ippTasks/detrend.process.pro
r11012 r11019 110 110 111 111 # create example job options as a demonstration 112 setcommand detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class $CLASS --class_id $CLASS_ID --input_uri $URI --camera $CAMERA 112 if ($VERBOSE > 1) 113 echo command detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class $CLASS --class_id $CLASS_ID --input_uri $URI --camera $CAMERA 114 end 115 command detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class $CLASS --class_id $CLASS_ID --input_uri $URI --camera $CAMERA 113 116 end 114 117 … … 151 154 task.exit 0 152 155 # convert 'stdout' to book format 153 ipptool2book stdout DetrendProcessExposures -key det_id:iter :exp_tag -uniq156 ipptool2book stdout DetrendProcessExposures -key det_id:iteration:exp_tag -uniq 154 157 if ($VERBOSE > 2) 155 158 book listbook DetrendProcessExposures … … 187 190 188 191 book setword DetrendProcessExposures $pageName state RUN 189 book getword DetrendProcessExposures $pageName det_id -var DET_ID190 book getword DetrendProcessExposures $pageName iter -var ITER191 book getword DetrendProcessExposures $pageName det_type -var DET_TYPE192 book getword DetrendProcessExposures $pageName exp_tag -var EXP_TAG193 book getword DetrendProcessExposures $pageName camera -var CAMERA192 book getword DetrendProcessExposures $pageName det_id -var DET_ID 193 book getword DetrendProcessExposures $pageName iteration -var ITERATION 194 book getword DetrendProcessExposures $pageName det_type -var DET_TYPE 195 book getword DetrendProcessExposures $pageName exp_tag -var EXP_TAG 196 book getword DetrendProcessExposures $pageName camera -var CAMERA 194 197 195 198 # specify choice of remote host:
Note:
See TracChangeset
for help on using the changeset viewer.
