IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30069


Ignore:
Timestamp:
Dec 16, 2010, 12:59:03 PM (15 years ago)
Author:
bills
Message:

don't mask saturated or low in jpeg recipes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppImage.config

    r29921 r30069  
    947947  BIN1.JPEG        BOOL    TRUE            # Save 1st binned jpeg?
    948948  BIN2.JPEG        BOOL    TRUE            # Save 2nd binned jpeg?
     949  MASK.SATURATED   BOOL    FALSE           # DO NOT Mask the saturated pixels
     950  MASK.LOW         BOOL    FALSE           # DO NOT Mask the saturated pixels
    949951END
    950952
     
    977979  BIN2.XBIN        S32     1               # Image is already binned
    978980  BIN2.YBIN        S32     1               # Image is already binned
     981  MASK.SATURATED   BOOL    FALSE           # DO NOT Mask the saturated pixels
     982  MASK.LOW         BOOL    FALSE           # DO NOT Mask the saturated pixels
    979983END
    980984
     
    10071011  BIN2.XBIN        S32     1               # Image is already binned
    10081012  BIN2.YBIN        S32     1               # Image is already binned
     1013  MASK.SATURATED   BOOL    FALSE           # DO NOT Mask the saturated pixels
     1014  MASK.LOW         BOOL    FALSE           # DO NOT Mask the saturated pixels
    10091015END
    10101016
Note: See TracChangeset for help on using the changeset viewer.