IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20484


Ignore:
Timestamp:
Oct 31, 2008, 11:45:03 AM (18 years ago)
Author:
Paul Price
Message:

The choice of THRESHOLD.MASK is more important than COMBINE.REJ, so
long as the latter is set reasonably (2.5-4.0 works). Changing the
way renormalisation works (pixel/photometry versions) so added new
parameters.

File:
1 edited

Legend:

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

    r20425 r20484  
    22
    33ITER            S32     1               # Number of rejection iterations
    4 COMBINE.REJ     F32     2.5             # Rejection threshold in combination (sigma)
     4COMBINE.REJ     F32     3.0             # Rejection threshold in combination (sigma)
    55MASK.VAL        STR     MASK.VALUE,BAD.WARP     # Mask value of input bad pixels
    66MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    77MASK.POOR       STR     POOR.WARP       # Mask value to give poor pixels
    8 POOR.FRACTION   F32     0.95            # Maximum fraction of bad weight for poor pixels
     8POOR.FRACTION   F32     1.0             # Maximum fraction of bad weight for poor pixels
    99THRESHOLD.MASK  F32     0.5             # Threshold for mask deconvolution (0..1)
    1010IMAGE.REJ       F32     0.2             # Rejected pixel fraction threshold for rejecting entire image
     
    1616
    1717RENORM          BOOL    FALSE           # Renormalise variance maps?
     18RENORM.NUM      S32     10000           # Number of samples for renormalisation
    1819RENORM.MEAN     STR     ROBUST_MEDIAN   # Statistic to use for mean in renormalisation
    1920RENORM.STDEV    STR     ROBUST_STDEV    # Statistic to use for stdev in renormalisation
    20 RENORM.WIDTH    S32     300             # Size of renormalisation boxes (pixels)
     21RENORM.WIDTH    F32     5.0             # Gaussian width for normalisation
    2122
    2223SOURCE.RADIUS   F32     1.0             # Radius (pixels) for matching sources
Note: See TracChangeset for help on using the changeset viewer.