IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2008, 4:59:21 PM (18 years ago)
Author:
Paul Price
Message:

Adding outroot.

File:
1 edited

Legend:

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

    r17223 r17225  
    6464    $ipprc->outroot_prepare( $outroot );
    6565
    66     my $command = "$camera_exp --cam_id $cam_id --exp_tag $exp_tag --camera $camera --dbname $dbname";
     66    my $command = "$camera_exp --cam_id $cam_id --exp_tag $exp_tag --camera $camera --dbname $dbname --outroot $outroot";
    6767    $command .= " --verbose" if defined $verbose;
    6868    $command .= " --no-op" if defined $no_op;
Note: See TracChangeset for help on using the changeset viewer.