IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2007, 4:51:02 PM (19 years ago)
Author:
Paul Price
Message:

Fixing serial processing scripts for recent update to ippdb/ippTools.

File:
1 edited

Legend:

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

    r12022 r12251  
    4949
    5050foreach my $item (@$list) {
    51     my $exp_tag = $item->{exp_tag};
     51    my $cam_id = $item->{cam_id};
    5252    my $camera = $item->{camera};
    5353   
    54     my $command = "$camera_exp --exp_tag $exp_tag --camera $camera --dbname $dbname";
     54    my $command = "$camera_exp --cam_id $cam_id --camera $camera --dbname $dbname";
    5555    $command .= " --no-op" if defined $no_op;
    5656    $command .= " --no-update" if defined $no_update;
Note: See TracChangeset for help on using the changeset viewer.