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/camera_exp.pl

    r12013 r12021  
    5858# Look for programs we need
    5959my $missing_tools;
    60 my $camtool = can_run('p3tool') or (warn "Can't find p3tool" and $missing_tools = 1);
     60my $camtool = can_run('camtool') or (warn "Can't find camtool" and $missing_tools = 1);
    6161my $ppImage = can_run('ppImage') or (warn "Can't find ppImage" and $missing_tools = 1);
    6262
     
    134134
    135135# Generate the file list, and get the statistics
    136 my $outputFile =  "$exp_tag.p3";
     136my $outputFile =  "$exp_tag.cam";
    137137my $outputRoot = File::Spec->catfile( $workdir, $outputFile );
    138138
Note: See TracChangeset for help on using the changeset viewer.