IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2021, 3:55:49 PM (5 years ago)
Author:
eugene
Message:

explicitly use STK_UNIONS_COMP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ippScripts/scripts/stack_skycell.pl

    r41950 r41952  
    332332    }
    333333    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";
    338338    }
    339339    # if the total exposure time is long (> 6500 sec), need to use
Note: See TracChangeset for help on using the changeset viewer.