Changeset 14116
- Timestamp:
- Jul 10, 2007, 3:19:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/camera.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r14042 r14116 118 118 book setword camPendingExp $pageName pantaskState RUN 119 119 book getword camPendingExp $pageName camera -var CAMERA 120 book getword camPendingExp $pageName exp_ id -var EXP_ID120 book getword camPendingExp $pageName exp_tag -var EXP_TAG 121 121 book getword camPendingExp $pageName cam_id -var CAM_ID 122 122 book getword camPendingExp $pageName workdir -var WORKDIR 123 123 book getword camPendingExp $pageName dvodb -var DVODB 124 124 book getword camPendingExp $pageName dbname -var DBNAME 125 book getword camPendingExp $pageName reduction -var REDUCTION 125 126 126 127 # specify choice of remote host:(need to choose based on chips) … … 133 134 # output log from filerule 134 135 if ("$WORKDIR" == "NULL") 135 $out root= `pwd`136 $outpath = `pwd` 136 137 else 137 $out root= `ipp_datapath.pl $WORKDIR`138 $outpath = `ipp_datapath.pl $WORKDIR` 138 139 end 139 $outroot = $outroot/$EXP_ID 140 $logfile = $outroot/cam.log 140 $outpath = $outpath/$EXP_TAG 141 $outroot = $outpath/$EXP_TAG.cm.$CAM_ID 142 $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot` 143 if ("$logfile" == "") 144 $logfile = $outroot.log 145 end 146 141 147 stdout $logfile 142 148 stderr $logfile 143 exec mkdir -p $out root149 exec mkdir -p $outpath 144 150 145 $run = camera_exp.pl --exp_ id $EXP_ID--cam_id $CAM_ID --camera $CAMERA151 $run = camera_exp.pl --exp_tag $EXP_TAG --cam_id $CAM_ID --camera $CAMERA 146 152 if ("$WORKDIR" != "NULL") 147 153 $run = $run --workdir $WORKDIR 154 end 155 if ("$REDUCTION" != "NULL") 156 $run = $run --reduction $REDUCTION 148 157 end 149 158 if ("$DVODB" != "NULL")
Note:
See TracChangeset
for help on using the changeset viewer.
