Changeset 29766 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Nov 12, 2010, 3:52:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r28126 r29766 171 171 my $convolve = metadataLookupBool($recipe, 'CONVOLVE'); # Convolve inputs? 172 172 my $photometry = metadataLookupBool($recipe, 'PHOTOMETRY'); # perform photometry? 173 my $output_nocomp = metadataLookupBool($recipe, 'OUTPUT.NOCOMP'); # change filerules to produced uncompressed output images 173 174 174 175 … … 243 244 $command .= " -F SOURCE.PLOT.PSFMODEL SOURCE.PLOT.SKY.PSFMODEL"; 244 245 $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 } 245 254 $command .= " -threads $threads" if defined $threads; 246 255 $command .= " -debug-stack" if defined $debug;
Note:
See TracChangeset
for help on using the changeset viewer.
