IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 3:12:46 PM (19 years ago)
Author:
Paul Price
Message:

More fixes following the name change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/chip_imfile.pl

    r12013 r12021  
    6565# Look for programs we need
    6666my $missing_tools;
    67 my $chiptool = can_run('p2tool') or (warn "Can't find p2tool" and $missing_tools = 1);
     67my $chiptool = can_run('chiptool') or (warn "Can't find chiptool" and $missing_tools = 1);
    6868my $ppImage = can_run('ppImage') or (warn "Can't find ppImage" and $missing_tools = 1);
    6969if ($missing_tools) {
     
    8686
    8787### Output file name --- must match camera configuration!
    88 my $outputFile =  "$exp_tag.p2";
     88my $outputFile =  "$exp_tag.chip";
    8989my $outputRoot = File::Spec->catfile( $workdir, $outputFile );
    9090my $outputImage = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $class_id);
Note: See TracChangeset for help on using the changeset viewer.