IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20214


Ignore:
Timestamp:
Oct 16, 2008, 3:50:55 PM (18 years ago)
Author:
Paul Price
Message:

Adding recipe option PEAKS_MIN_GAUSS to reduce number of sources found near the edges.

Location:
trunk/ippconfig/recipes
Files:
2 edited

Legend:

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

    r19713 r20214  
    1313MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    1414MASK.POOR       STR     POOR.WARP       # Mask value to give poor pixels
    15 POOR.FRACTION   F32     0.1             # Maximum fraction of bad weight for poor pixels
     15POOR.FRACTION   F32     0.02            # Maximum fraction of bad weight for poor pixels
    1616BADFRAC         F32     0.95            # Maximum fraction of bad pixels
    1717@ISIS.WIDTHS    F32     1 3 5           # Gaussian FWHMs for ISIS kernels
  • trunk/ippconfig/recipes/psphot.config

    r19958 r20214  
    4545PEAKS_NSIGMA_LIMIT_2                F32   5.0             # peak significance threshold
    4646PEAKS_NMAX                          S32   0               # on first pass, only keep NMAX peaks (0 == all)
     47PEAKS_MIN_GAUSS                     F32   0.5             # Minimum valid fraction of kernel
    4748
    4849# parameters to control the selection of the peak in the Sx,Sy plane
Note: See TracChangeset for help on using the changeset viewer.