Changeset 12021 for trunk/ippScripts/scripts/camera_exp.pl
- Timestamp:
- Feb 23, 2007, 3:12:46 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/camera_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r12013 r12021 58 58 # Look for programs we need 59 59 my $missing_tools; 60 my $camtool = can_run(' p3tool') or (warn "Can't find p3tool" and $missing_tools = 1);60 my $camtool = can_run('camtool') or (warn "Can't find camtool" and $missing_tools = 1); 61 61 my $ppImage = can_run('ppImage') or (warn "Can't find ppImage" and $missing_tools = 1); 62 62 … … 134 134 135 135 # Generate the file list, and get the statistics 136 my $outputFile = "$exp_tag. p3";136 my $outputFile = "$exp_tag.cam"; 137 137 my $outputRoot = File::Spec->catfile( $workdir, $outputFile ); 138 138
Note:
See TracChangeset
for help on using the changeset viewer.
