IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41622


Ignore:
Timestamp:
May 27, 2021, 1:21:18 PM (5 years ago)
Author:
tdeboer
Message:

turn off destructive pixel masking in ppimage,pswarp and ppSub (not in stacking)

Location:
tags/ipp-ps1-20210510/ippconfig/recipes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-ps1-20210510/ippconfig/recipes/ppImage.config

    r41382 r41622  
    2020AUX.VIDEO.MASK     STR     NULL            # name of aditional masking for video cells
    2121APPLY.BURNTOOL     BOOL    FALSE           # apply burntool coorection
    22 APPLY.PIXELZERO    BOOL    TRUE            # apply zero'ing of pixels underneath masks
     22APPLY.PIXELZERO    BOOL    FALSE           # apply zero'ing of pixels underneath masks
    2323VARIANCE.BUILD     BOOL    FALSE           # Build internal variance image
    2424ADDNOISE           BOOL    FALSE           # Add noise to degrade an MD image to a 3pi image?
  • tags/ipp-ps1-20210510/ippconfig/recipes/ppSub.config

    r41382 r41622  
    1717NORM.FRAC       F32     0.02            # Fraction of window for normalisation window
    1818COVAR.FRAC      F32     0.01            # Fraction of kernel to truncate before calculating covariance
    19 APPLY.PIXELNAN  BOOL    TRUE            # Apply NAN'ing of pixels underneath masks
     19APPLY.PIXELNAN  BOOL    FALSE           # Apply NAN'ing of pixels underneath masks
    2020
    2121MASK.VAL        STR     MASK.VALUE,CONV.BAD     # Mask value for input
  • tags/ipp-ps1-20210510/ippconfig/recipes/pswarp.config

    r41542 r41622  
    1212PSF                     BOOL    TRUE            # Measure PSF for warped image?
    1313SOURCES                 BOOL    TRUE            # Write source list for warped image?
    14 APPLY.PIXELNAN          BOOL    TRUE            # Apply NAN'ing of pixels underneath masks
     14APPLY.PIXELNAN          BOOL    FALSE           # Apply NAN'ing of pixels underneath masks
    1515
    1616MAX.CERROR              F32     0.1             # Maximum allowed CERROR value (astrometric error in arcsec)
Note: See TracChangeset for help on using the changeset viewer.