Changeset 12368 for trunk/ippTasks/chip.pro
- Timestamp:
- Mar 8, 2007, 5:41:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/chip.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r12224 r12368 135 135 136 136 ## generate output log based on filerule 137 $outroot = `ipp_datapath.pl $WORKDIR` 137 if ($WORKDIR == NULL) 138 $outroot = `pwd` 139 else 140 $outroot = `ipp_datapath.pl $WORKDIR` 141 end 138 142 $outroot = $outroot/$EXP_ID 139 143 $logfile = $outroot/chip.$CLASS_ID.log … … 147 151 # create the command line 148 152 if ($VERBOSE > 1) 149 echo command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS153 echo command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --workdir $outroot $ARGS 150 154 end 151 command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS155 command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --workdir $outroot $ARGS 152 156 end 153 157
Note:
See TracChangeset
for help on using the changeset viewer.
