IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Fixing names following renaming

File:
1 edited

Legend:

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

    r12013 r12020  
    3333# Look for programs we need
    3434my $missing_tools;
    35 my $chiptool = can_run('p2tool') or (warn "Can't find p2tool" and $missing_tools = 1);
    36 my $phase2 = can_run('phase2.pl') or (warn "Can't find phase2.pl" and $missing_tools = 1);
     35my $chiptool = can_run('chiptool') or (warn "Can't find chiptool" and $missing_tools = 1);
     36my $chip = can_run('chip_imfile.pl') or (warn "Can't find chip_imfile.pl" and $missing_tools = 1);
    3737die "Can't find required tools.\n" if $missing_tools;
    3838
     
    5454    my $uri = $item->{uri};
    5555   
    56     my $command = "$phase2 --exp_tag $exp_tag --class_id $class_id --uri $uri --dbname $dbname --camera $camera";
     56    my $command = "$chip --exp_tag $exp_tag --class_id $class_id --uri $uri --dbname $dbname --camera $camera";
    5757    $command .= " --no-op" if defined $no_op;
    5858    $command .= " --no-update" if defined $no_update;
Note: See TracChangeset for help on using the changeset viewer.