IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25470


Ignore:
Timestamp:
Sep 21, 2009, 4:07:59 PM (17 years ago)
Author:
Paul Price
Message:

Adjust MATCH.REJ and DECONV.LIMIT downwards to provide better protection against bad images.
If the target PSF is good, we can reject bad images fairly well using these criteria.

File:
1 edited

Legend:

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

    r25449 r25470  
    1111POOR.FRACTION   F32     0.01            # Maximum fraction of bad variance for poor pixels
    1212THRESHOLD.MASK  F32     0.5             # Threshold for mask deconvolution (0..1)
    13 DECONV.LIMIT    F32     5.0             # Deconvolution fraction for rejecting entire image
     13DECONV.LIMIT    F32     1.3             # Deconvolution fraction for rejecting entire image
    1414IMAGE.REJ       F32     0.1             # Rejected pixel fraction threshold for rejecting entire image
    15 MATCH.REJ       F32     5.0             # Rejection threshold for chi^2 values from matching
     15MATCH.REJ       F32     3.0             # Rejection threshold for chi^2 values from matching
    1616ROWS            S32     64              # Number of rows to read at once
    1717VARIANCE        BOOL    TRUE            # Use variance in rejection?
Note: See TracChangeset for help on using the changeset viewer.