IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2010, 10:35:03 AM (15 years ago)
Author:
eugene
Message:

merge updates from trunk

Location:
branches/eam_branches/ipp-20101103/ippScripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101103/ippScripts

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/eam_branches/ipp-20101103/ippScripts/scripts/stack_skycell.pl

    r28126 r29839  
    171171my $convolve = metadataLookupBool($recipe, 'CONVOLVE'); # Convolve inputs?
    172172my $photometry = metadataLookupBool($recipe, 'PHOTOMETRY'); # perform photometry?
     173my $output_nocomp = metadataLookupBool($recipe, 'OUTPUT.NOCOMP'); # change filerules to produced uncompressed output images
    173174
    174175
     
    243244    $command .= " -F SOURCE.PLOT.PSFMODEL SOURCE.PLOT.SKY.PSFMODEL";
    244245    $command .= " -F SOURCE.PLOT.APRESID SOURCE.PLOT.SKY.APRESID";
     246    if ($output_nocomp) {
     247        $command .= " -F PPSTACK.OUTPUT PPSTACK.OUTPUT.NOCOMP";
     248        $command .= " -F PPSTACK.OUTPUT.VARIANCE PPSTACK.OUTPUT.VARIANCE.NOCOMP";
     249        $command .= " -F PPSTACK.OUTPUT.EXPWT PPSTACK.OUTPUT.EXPWT.NOCOMP";
     250        $command .= " -F PPSTACK.UNCONV PPSTACK.UNCONV.NOCOMP";
     251        $command .= " -F PPSTACK.UNCONV.VARIANCE PPSTACK.UNCONV.VARIANCE.NOCOMP";
     252        $command .= " -F PPSTACK.UNCONV.EXPWT PPSTACK.UNCONV.EXPWT.NOCOMP";
     253    }
    245254    $command .= " -threads $threads" if defined $threads;
    246255    $command .= " -debug-stack" if defined $debug;
Note: See TracChangeset for help on using the changeset viewer.