IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17229


Ignore:
Timestamp:
Mar 28, 2008, 5:11:22 PM (18 years ago)
Author:
Paul Price
Message:

Determine threshold by fraction rather than by value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/ippconfig/recipes/ppMerge.config

    r17220 r17229  
    7878PPMERGE_DARKMASK METADATA
    7979        ITER            S32     2               # Number of iterations
    80         MASK.BAD        F32     3.0             # Threshold for bad pixels (sigma)
    81         MASK.MODE       STR     VALUE           # Mode for identifying bad pixels in the suspect map
     80        MASK.BAD        F32     0.2             # Threshold for bad pixels (sigma)
     81        MASK.MODE       STR     FRACTION        # Mode for identifying bad pixels in the suspect map
    8282END
    8383
     
    8585PPMERGE_FLATMASK METADATA
    8686        ITER            S32     2               # Number of iterations
    87         MASK.BAD        F32     3.0             # Threshold for bad pixels (sigma)
    88         MASK.MODE       STR     VALUE           # Mode for identifying bad pixels in the suspect map
     87        MASK.BAD        F32     0.2             # Threshold for bad pixels (sigma)
     88        MASK.MODE       STR     FRACTION        # Mode for identifying bad pixels in the suspect map
    8989END
    9090
Note: See TracChangeset for help on using the changeset viewer.