IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2008, 3:48:05 PM (18 years ago)
Author:
Paul Price
Message:

Using new JPEG recipe.

File:
1 edited

Legend:

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

    r19561 r19652  
    221221    # Make the jpeg for binning 1
    222222    if ($run_state eq 'new') {
    223         my $command = "$ppImage -list $list1Name $outroot -recipe PPIMAGE $recipe1"; # Command to run
     223        my $command = "$ppImage -list $list1Name $outroot"; # Command to run
     224        $command .= " -recipe PPIMAGE $recipe1";
    224225        $command .= " -dbname $dbname" if defined $dbname;
    225226
     
    235236    # Make the jpeg for binning 2
    236237    if ($run_state eq 'new') {
    237         my $command = "$ppImage -list $list2Name $outroot -recipe PPIMAGE $recipe2"; # Command to run
     238        my $command = "$ppImage -list $list2Name $outroot"; # Command to run
     239        $command .= " -recipe PPIMAGE $recipe2"
    238240        $command .= " -dbname $dbname" if defined $dbname;
    239241
Note: See TracChangeset for help on using the changeset viewer.