IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18252


Ignore:
Timestamp:
Jun 20, 2008, 7:30:16 PM (18 years ago)
Author:
eugene
Message:

update for better dark and flat masks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/ppMerge.config

    r18130 r18252  
    11# Mask generation --- already included in default, above
    22PPMERGE_DARKMASK METADATA
    3   MASK.BAD       F32    2.0             # Threshold for bad pixels (sigma)
    4   MASK.MODE      STR    VALUE           # Threshold for bad pixels (sigma)
    5   SAMPLE         S32    1000            # Sampling factor for measuring the background
     3  ITER           S32    3
     4  MASK.SUSPECT   F32    3.0             # Threshold for suspect pixels (sigma)
     5  MASK.BAD       F32    0.1             # Threshold for bad pixels
     6  MASK.MODE      STR    FRACTION        # Meaning of threshold : value, sigma
     7  SAMPLE         S32    100000          # Sampling factor for measuring the background
    68END
    79
    810PPMERGE_FLATMASK METADATA
     11  ITER           S32    3
    912  MASK.SUSPECT   F32    3.0             # Threshold for suspect pixels (sigma)
    10   MASK.BAD       F32    3.0             # Threshold for bad pixels (sigma)
    11   MASK.MODE      STR    VALUE           # Threshold for bad pixels (sigma)
    12   SAMPLE         S32    500             # Sampling factor for measuring the background
     13  MASK.BAD       F32    0.1             # Threshold for bad pixels (sigma)
     14  MASK.MODE      STR    FRACTION        # Threshold for bad pixels (sigma)
     15  SAMPLE         S32    100000          # Sampling factor for measuring the background
    1316END
    1417
Note: See TracChangeset for help on using the changeset viewer.