IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2008, 5:09:53 PM (18 years ago)
Author:
Paul Price
Message:

Need to use J1,J2 recipes.

File:
1 edited

Legend:

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

    r19659 r19660  
    137137    # Make the jpeg for binning 1
    138138    $command = "$ppImage -list $list1Name $outroot"; # Command to run
    139     $command .= " -recipe PPIMAGE PPIMAGE_N";
     139    $command .= " -recipe PPIMAGE PPIMAGE_J1";
    140140    $command .= " -recipe JPEG $recipe";
    141141    $command .= " -dbname $dbname" if defined $dbname;
     
    146146    # Make the jpeg for binning 2
    147147    $command = "$ppImage -list $list2Name $outroot"; # Command to run
    148     $command .= " -recipe PPIMAGE PPIMAGE_N";
     148    $command .= " -recipe PPIMAGE PPIMAGE_J2";
    149149    $command .= " -recipe JPEG $recipe";
    150150    $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.