Changeset 12369 for trunk/ippTasks/chip.pro
- Timestamp:
- Mar 8, 2007, 5:59:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/chip.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r12368 r12369 146 146 exec mkdir -p $outroot 147 147 148 $run = chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS 149 if ($WORKDIR != NULL) 150 $run = $run --workdir $outroot 151 end 152 148 153 # save the pageName for future reference below 149 154 options $pageName … … 151 156 # create the command line 152 157 if ($VERBOSE > 1) 153 echo command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --workdir $outroot $ARGS158 echo command $run 154 159 end 155 command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --workdir $outroot $ARGS160 command $run 156 161 end 157 162
Note:
See TracChangeset
for help on using the changeset viewer.
