IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2009, 11:57:57 AM (17 years ago)
Author:
Paul Price
Message:

chip_imfile.pl also needs --chip_imfile_id

File:
1 edited

Legend:

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

    r24234 r24235  
    6868            my $exp_id = $item->{exp_id};
    6969            my $exp_tag = $item->{exp_tag};
     70            my $chip_imfile_id = $item->{chip_imfile_id};
    7071            my $camera = $item->{camera};
    7172            my $class_id = $item->{class_id};
     
    7980            $ipprc->outroot_prepare( $outroot );
    8081
    81             my $command = "$chip --chip_id $chip_id --exp_id $exp_id --class_id $class_id --uri $uri --dbname $dbname --camera $camera --outroot $outroot --run-state $state";
     82            my $command = "$chip --chip_id $chip_id --chip_imfile_id $chip_imfile_id --exp_id $exp_id --class_id $class_id --uri $uri --dbname $dbname --camera $camera --outroot $outroot --run-state $state";
    8283            $command .= " --reduction $reduction" if defined $reduction;
    8384            $command .= " --verbose" if defined $verbose;
Note: See TracChangeset for help on using the changeset viewer.