- Timestamp:
- Nov 26, 2010, 10:35:03 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20101103/ippScripts
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
scripts/stack_skycell.pl (modified) (2 diffs)
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 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.
