IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24673


Ignore:
Timestamp:
Jul 4, 2009, 10:44:23 AM (17 years ago)
Author:
eugene
Message:

adding VARIANCE.RESCALE parameters

File:
1 edited

Legend:

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

    r24657 r24673  
    4444INTERPOLATION   STR     LANCZOS3        # Interpolation mode for bad pixels
    4545
     46VARIANCE.RESCALE           BOOL FALSE   # empirically rescale the variance?
     47VARIANCE.RESCALE.NSAMPLE   S32  100000  # number of pixels to select from image for measurement
     48VARIANCE.RESCALE.MIN.VALID F32  0.66    # do not rescale the variance if the measured sigma less than this value (where 1.0 is expected)
     49VARIANCE.RESCALE.MAX.VALID F32  1.50    # do not rescale the variance if the measured sigma more than this value (where 1.0 is expected)
     50
    4651DUAL            BOOL    FALSE           # Dual convolution?
    4752INVERSE         BOOL    FALSE           # Generate inverse subtraction?
Note: See TracChangeset for help on using the changeset viewer.