IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23471


Ignore:
Timestamp:
Mar 20, 2009, 6:03:06 PM (17 years ago)
Author:
eugene
Message:

add CTEMASK elements

File:
1 edited

Legend:

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

    r21370 r23471  
    1414FRINGE.XSMOOTH  S32     5               # Number of smoothing regions in x
    1515FRINGE.YSMOOTH  S32     11              # Number of smoothing regions in y
     16CTE.MIN         F32     0.2             # regions lower than this in the CTE image are masked
    1617SHUTTER.SIZE    S32     128             # Size for shutter measurement regions
    1718MASK.SUSPECT    F32     5.0             # Threshold for suspect pixels (sigma)
     
    9495END
    9596
     97# CTEMASK generation combines the images like a flat or bias (mean after outlier rejection),
     98# but it then sets a mask based on the resulting data values (using CTE.MIN)
     99PPMERGE_CTEMASK METADATA
     100        REJ             F32     3.0             # Rejection threshold (sigma)
     101        ITER            S32     2               # Number of rejection iterations
     102        FRACHIGH        F32     0.0             # Fraction of high pixels to reject immediately
     103        FRACLOW         F32     0.0             # Fraction of low pixels to reject immediately
     104        VARIANCES       BOOL    FALSE           # Use image variances?
     105        COMBINE         STR     CLIPPED         # Statistic to use for combination:
     106        CTE.MIN         F32     0.2             # regions lower than this in the CTE image are masked
     107        MASK.SET.VALUE  STR     CTE             # set this bit in the output mask
     108END
     109
    96110# Shutter generation --- already included in default, above
    97111PPMERGE_SHUTTER METADATA
Note: See TracChangeset for help on using the changeset viewer.