IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25375


Ignore:
Timestamp:
Sep 14, 2009, 4:31:27 PM (17 years ago)
Author:
Paul Price
Message:

Adding common renormalisation entries.

Location:
trunk/ippconfig/recipes
Files:
2 edited

Legend:

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

    r24870 r25375  
    2121SKIP.BG.SUB     BOOL    FALSE           # Bypass background subtraction?
    2222
    23 RENORM          BOOL    FALSE           # Renormalise variance maps?
    24 RENORM.NUM      S32     10000           # Number of samples for renormalisation
    25 RENORM.MEAN     STR     ROBUST_MEDIAN   # Statistic to use for mean in renormalisation
    26 RENORM.STDEV    STR     ROBUST_STDEV    # Statistic to use for stdev in renormalisation
    27 RENORM.WIDTH    F32     2.2             # Gaussian width for normalisation
     23RENORM          BOOL    TRUE            # Renormalise weight maps?
     24RENORM.NUM      S32     100000          # Number of samples for renormalisation
     25RENORM.MIN      F32     0.6             # Minimum value for renormlisation
     26RENORM.MAX      F32     1.5             # Maximum value for renormalisation
    2827
    2928### The PHOT mode is intended as a quick and dirty stopgap; it should disappear soon.
  • trunk/ippconfig/recipes/ppSub.config

    r24861 r25375  
    3737OPTIMUM.ORDER   S32     2               # Maximum polynomial order for optimum search
    3838
    39 RENORM          BOOL    FALSE           # Renormalise weight maps?
    40 RENORM.NUM      S32     10000           # Number of samples for renormalisation
    41 RENORM.MEAN     STR     ROBUST_MEDIAN   # Statistic to use for mean in renormalisation
    42 RENORM.STDEV    STR     ROBUST_STDEV    # Statistic to use for stdev in renormalisation
    43 RENORM.WIDTH    F32     2.2             # Gaussian width for normalisation
     39RENORM          BOOL    TRUE            # Renormalise weight maps?
     40RENORM.NUM      S32     100000          # Number of samples for renormalisation
     41RENORM.MIN      F32     0.6             # Minimum value for renormlisation
     42RENORM.MAX      F32     1.5             # Maximum value for renormalisation
    4443
    4544INTERPOLATION   STR     LANCZOS3        # Interpolation mode for bad pixels
    46 
    47 VARIANCE.RESCALE           BOOL FALSE   # empirically rescale the variance?
    48 VARIANCE.RESCALE.NSAMPLE   S32  100000  # number of pixels to select from image for measurement
    49 VARIANCE.RESCALE.MIN.VALID F32  0.66    # do not rescale the variance if the measured sigma less than this value (where 1.0 is expected)
    50 VARIANCE.RESCALE.MAX.VALID F32  1.50    # do not rescale the variance if the measured sigma more than this value (where 1.0 is expected)
    5145
    5246DUAL            BOOL    FALSE           # Dual convolution?
Note: See TracChangeset for help on using the changeset viewer.