IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18446


Ignore:
Timestamp:
Jul 9, 2008, 11:54:38 AM (18 years ago)
Author:
Paul Price
Message:

--exp_tag removed in chip_imfile.pl

File:
1 edited

Legend:

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

    r16752 r18446  
    7878            $ipprc->outroot_prepare( $outroot );
    7979
    80             my $command = "$chip --chip_id $chip_id --exp_id $exp_id --exp_tag $exp_tag --class_id $class_id --uri $uri --dbname $dbname --camera $camera --outroot $outroot";
     80            my $command = "$chip --chip_id $chip_id --exp_id $exp_id --class_id $class_id --uri $uri --dbname $dbname --camera $camera --outroot $outroot";
    8181            $command .= " --reduction $reduction" if defined $reduction;
    8282            $command .= " --verbose" if defined $verbose;
Note: See TracChangeset for help on using the changeset viewer.