IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 1, 2008, 4:26:59 PM (18 years ago)
Author:
Paul Price
Message:

Use variance in rejection and turn off variance renormalisation now that we've got that all sorted out (using variance factors). Smaller convolution kernels make things run a bit faster, I think.

File:
1 edited

Legend:

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

    r18339 r18397  
    88IMAGE.REJ       F32     0.2             # Rejected pixel fraction threshold for rejecting entire image
    99ROWS            S32     64              # Number of rows to read at once
    10 VARIANCE        BOOL    FALSE           # Use variance in rejection?
     10VARIANCE        BOOL    TRUE            # Use variance in rejection?
    1111SAFE            BOOL    TRUE            # Play safe when combining small number of values?
    1212
    13 RENORM          BOOL    TRUE            # Renormalise variance maps?
     13RENORM          BOOL    FALSE           # Renormalise variance maps?
    1414RENORM.MEAN     STR     ROBUST_MEDIAN   # Statistic to use for mean in renormalisation
    1515RENORM.STDEV    STR     ROBUST_STDEV    # Statistic to use for stdev in renormalisation
Note: See TracChangeset for help on using the changeset viewer.