IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2008, 5:19:50 PM (18 years ago)
Author:
eugene
Message:

output resid images need a different compression mode (COMP_SUB)

File:
1 edited

Legend:

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

    r18048 r18107  
    137137$ipprc->outroot_prepare($outroot);
    138138
    139 my $outputName  = $ipprc->filename("PPIMAGE.OUTPUT", $outroot, $class_id);
     139# XXX use PPIMAGE.OUTPUT.RESID for output file (compressed, with pos & neg range allowed)
     140# my $outputName  = $ipprc->filename("PPIMAGE.OUTPUT", $outroot, $class_id);
     141
     142my $outputName  = $ipprc->filename("PPIMAGE.OUTPUT.RESID", $outroot, $class_id);
    140143my $bin1Name    = $ipprc->filename("PPIMAGE.BIN1",   $outroot, $class_id);
    141144my $bin2Name    = $ipprc->filename("PPIMAGE.BIN2",   $outroot, $class_id);
     
    148151    $command .= " -recipe PPIMAGE $recipe";
    149152    $command .= " -recipe PPSTATS RESIDUAL";
     153    $command .= " -F PPIMAGE.OUTPUT PPIMAGE.OUTPUT.RESID";
    150154    $command .= " -stats $outputStats";
    151155    $command .= " -tracedest $traceDest -log $logDest";
Note: See TracChangeset for help on using the changeset viewer.