Changeset 41952 for branches/eam_branches/ipp-20211108
- Timestamp:
- Dec 2, 2021, 3:55:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/ippScripts/scripts/stack_skycell.pl
r41950 r41952 332 332 } 333 333 if ($output_logflux) { 334 $command .= " -R PPSTACK.OUTPUT FITS.TYPE STK_UNIONS "; # Just this one output component?335 $command .= " -R PPSTACK.OUTPUT.VARIANCE FITS.TYPE STK_UNIONS ";336 $command .= " -R PPSTACK.UNCONV FITS.TYPE STK_UNIONS ";337 $command .= " -R PPSTACK.UNCONV.VARIANCE FITS.TYPE STK_UNIONS ";334 $command .= " -R PPSTACK.OUTPUT FITS.TYPE STK_UNIONS_COMP"; 335 $command .= " -R PPSTACK.OUTPUT.VARIANCE FITS.TYPE STK_UNIONS_COMP"; 336 $command .= " -R PPSTACK.UNCONV FITS.TYPE STK_UNIONS_COMP"; 337 $command .= " -R PPSTACK.UNCONV.VARIANCE FITS.TYPE STK_UNIONS_COMP"; 338 338 } 339 339 # if the total exposure time is long (> 6500 sec), need to use
Note:
See TracChangeset
for help on using the changeset viewer.
