Changeset 30636 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Feb 14, 2011, 2:58:01 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/stack_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20101203 merged: 30118-30119,30255,30331,30419,30586-30587,30631
- Property svn:mergeinfo changed
-
trunk/ippScripts/scripts/stack_skycell.pl
r30598 r30636 172 172 my $photometry = metadataLookupBool($recipe, 'PHOTOMETRY'); # perform photometry? 173 173 my $output_nocomp = metadataLookupBool($recipe, 'OUTPUT.NOCOMP'); # change filerules to produced uncompressed output images 174 174 my $output_logflux = metadataLookupBool($recipe, 'OUTPUT.LOGFLUX'); # change filerules to produce logflux compressed output images. 175 176 if ($output_nocomp and $output_logflux) { 177 &my_die("Unable to not compress and logflux compress simultaneously. Check config.",$stack_id, $PS_EXIT_CONFIG_ERROR); 178 } 175 179 176 180 # Generate MDC file with the inputs … … 252 256 $command .= " -F PPSTACK.UNCONV.EXPWT PPSTACK.UNCONV.EXPWT.NOCOMP"; 253 257 } 258 if ($output_logflux) { 259 $command .= " -R PPSTACK.OUTPUT FITS.TYPE COMP_STACK "; # Just this one output component? 260 $command .= " -R PPSTACK.OUTPUT.VARIANCE FITS.TYPE COMP_STACK "; 261 $command .= " -R PPSTACK.OUTPUT.EXPWT FITS.TYPE COMP_STACK "; 262 $command .= " -R PPSTACK.UNCONV FITS.TYPE COMP_STACK "; 263 $command .= " -R PPSTACK.UNCONV.VARIANCE FITS.TYPE COMP_STACK "; 264 $command .= " -R PPSTACK.UNCONV.EXPWT FITS.TYPE COMP_STACK "; 265 } 254 266 $command .= " -threads $threads" if defined $threads; 255 267 $command .= " -debug-stack" if defined $debug;
Note:
See TracChangeset
for help on using the changeset viewer.
