Changeset 11019 for branches/eam_branch_00/ippTasks/detrend.stack.pro
- Timestamp:
- Jan 10, 2007, 3:37:08 PM (20 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_00/ippTasks/detrend.stack.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_00/ippTasks/detrend.stack.pro
r11012 r11019 45 45 task.exit 0 46 46 # convert 'stdout' to book format 47 ipptool2book stdout DetrendStackClass -key det_id:iter :class_id -uniq47 ipptool2book stdout DetrendStackClass -key det_id:iteration:class_id -uniq 48 48 if ($VERBOSE > 2) 49 49 book listbook DetrendStackClass … … 81 81 82 82 book setword DetrendStackClass $pageName state RUN 83 book getword DetrendStackClass $pageName det_id -var DET_ID84 book getword DetrendStackClass $pageName iter -var ITER85 book getword DetrendStackClass $pageName det_type -var DET_TYPE86 book getword DetrendStackClass $pageName class_id -var CLASS_ID87 book getword DetrendStackClass $pageName camera -var CAMERA83 book getword DetrendStackClass $pageName det_id -var DET_ID 84 book getword DetrendStackClass $pageName iteration -var ITERATION 85 book getword DetrendStackClass $pageName det_type -var DET_TYPE 86 book getword DetrendStackClass $pageName class_id -var CLASS_ID 87 book getword DetrendStackClass $pageName camera -var CAMERA 88 88 89 89 # specify choice of remote host: … … 95 95 96 96 # XXX add $WORKDIR/$LOG_DIR 97 stdout $LOGSUBDIR/$CAMERA.$DET_TYPE.$DET_ID.$ITER .$CLASS_ID.log98 stderr $LOGSUBDIR/$CAMERA.$DET_TYPE.$DET_ID.$ITER .$CLASS_ID.log97 stdout $LOGSUBDIR/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.$CLASS_ID.log 98 stderr $LOGSUBDIR/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.$CLASS_ID.log 99 99 100 100 # save the pageName for future reference below … … 103 103 # create the command line 104 104 if ($VERBOSE > 1) 105 echo command detrend_stack.pl --det_id $DET_ID --iteration $ITER --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA105 echo command detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA 106 106 end 107 command detrend_stack.pl --det_id $DET_ID --iteration $ITER --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA107 command detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA 108 108 end 109 109
Note:
See TracChangeset
for help on using the changeset viewer.
