IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Adding common renormalisation entries.

File:
1 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.
Note: See TracChangeset for help on using the changeset viewer.