IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19658


Ignore:
Timestamp:
Sep 22, 2008, 4:54:10 PM (18 years ago)
Author:
Paul Price
Message:

Ned to specify J1 or J2 recipe

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

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

    r19657 r19658  
    142142    # Make the jpeg for binning 1
    143143    $command = "$ppImage -list $list1Name $outroot"; # Command to run
    144     $command .= " -recipe PPIMAGE PPIMAGE_N";
     144    $command .= " -recipe PPIMAGE PPIMAGE_J1";
    145145    $command .= " -recipe JPEG $recipe";
    146146    $command .= " -dbname $dbname" if defined $dbname;
     
    155155    # Make the jpeg for binning 2
    156156    $command = "$ppImage -list $list2Name $outroot"; # Command to run
    157     $command .= " -recipe PPIMAGE PPIMAGE_N";
     157    $command .= " -recipe PPIMAGE PPIMAGE_J2";
    158158    $command .= " -recipe JPEG $recipe";
    159159    $command .= " -dbname $dbname" if defined $dbname;
  • trunk/ippScripts/scripts/detrend_resid_exp.pl

    r19652 r19658  
    171171    # Make the jpeg for binning 1
    172172    $command = "$ppImage -list $list1Name $outroot"; # Command to run
    173     $command .= " -recipe PPIMAGE PPIMAGE_N";
     173    $command .= " -recipe PPIMAGE PPIMAGE_J1";
    174174    $comamnd .= " -recipe JPEG $recipe";
    175175    $command .= " -dbname $dbname" if defined $dbname;
     
    184184    # Make the jpeg for binning 2
    185185    $command = "$ppImage -list $list2Name $outroot"; # Command to run
    186     $command .= " -recipe PPIMAGE PPIMAGE_N";
     186    $command .= " -recipe PPIMAGE PPIMAGE_J2";
    187187    $command .= " -recipe JPEG $recipe";
    188188    $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.