IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14372


Ignore:
Timestamp:
Jul 24, 2007, 3:58:36 PM (19 years ago)
Author:
Paul Price
Message:

Fixing arguments.

File:
1 edited

Legend:

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

    r12800 r14372  
    5050foreach my $item (@$list) {
    5151    my $cam_id = $item->{cam_id};
    52     my $exp_id = $item->{exp_id};
     52    my $exp_tag = $item->{exp_tag};
    5353    my $camera = $item->{camera};
    5454   
    55     my $command = "$camera_exp --cam_id $cam_id --exp_id $exp_id --camera $camera --dbname $dbname";
     55    my $command = "$camera_exp --cam_id $cam_id --exp_tag $exp_tag --camera $camera --dbname $dbname";
    5656    $command .= " --no-op" if defined $no_op;
    5757    $command .= " --no-update" if defined $no_update;
Note: See TracChangeset for help on using the changeset viewer.