Changeset 12021 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Feb 23, 2007, 3:12:46 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r12013 r12021 65 65 # Look for programs we need 66 66 my $missing_tools; 67 my $chiptool = can_run(' p2tool') or (warn "Can't find p2tool" and $missing_tools = 1);67 my $chiptool = can_run('chiptool') or (warn "Can't find chiptool" and $missing_tools = 1); 68 68 my $ppImage = can_run('ppImage') or (warn "Can't find ppImage" and $missing_tools = 1); 69 69 if ($missing_tools) { … … 86 86 87 87 ### Output file name --- must match camera configuration! 88 my $outputFile = "$exp_tag. p2";88 my $outputFile = "$exp_tag.chip"; 89 89 my $outputRoot = File::Spec->catfile( $workdir, $outputFile ); 90 90 my $outputImage = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $class_id);
Note:
See TracChangeset
for help on using the changeset viewer.
