Changeset 12368 for trunk/ippTasks/camera.pro
- Timestamp:
- Mar 8, 2007, 5:41:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/camera.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r12240 r12368 132 132 133 133 # output log from filerule 134 $outroot = `ipp_datapath.pl $WORKDIR` 134 if ($WORKDIR == NULL) 135 $outroot = `pwd` 136 else 137 $outroot = `ipp_datapath.pl $WORKDIR` 138 end 135 139 $outroot = $outroot/$EXP_ID 136 140 $logfile = $outroot/cam.log … … 144 148 # create the command line 145 149 if ($VERBOSE > 1) 146 echo command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS150 echo command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA --workdir $outroot $ARGS 147 151 end 148 command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS152 command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA --workdir $outroot $ARGS 149 153 end 150 154
Note:
See TracChangeset
for help on using the changeset viewer.
