IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19280


Ignore:
Timestamp:
Aug 28, 2008, 5:45:58 PM (18 years ago)
Author:
Paul Price
Message:

Adding POOR.FRACTION.

File:
1 edited

Legend:

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

    r19175 r19280  
    66MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    77MASK.POOR       STR     POOR.WARP       # Mask value to give poor pixels
     8POOR.FRACTION   F32     0.1             # Maximum fraction of bad weight for poor pixels
    89THRESHOLD.MASK  F32     0.8             # Threshold for mask deconvolution (0..1)
    910IMAGE.REJ       F32     0.2             # Rejected pixel fraction threshold for rejecting entire image
     
    1718RENORM.WIDTH    S32     300             # Size of renormalisation boxes (pixels)
    1819
    19 SOURCE.RADIUS   F32     2.0             # Radius (pixels) for matching sources
     20SOURCE.RADIUS   F32     1.0             # Radius (pixels) for matching sources
    2021SOURCE.MIN      S32     15              # Minimum number of sources for merging source lists
    2122SOURCE.ITER     S32     2               # Number of rejection iterations for magnitude difference
    22 SOURCE.REJ      F32     3.0             # Rejection limit (sigma) for magnitude difference
     23SOURCE.REJ      F32     2.0             # Rejection limit (sigma) for magnitude difference
    2324
    2425PSF.INSTANCES   S32     9               # Number of instances for PSF generation
    2526PSF.RADIUS      F32     20.0            # Radius for PSF generation
    26 PSF.ORDER       S32     3               # Order of spatial variation for PSF generation
    27 PSF.MODEL       STR     PS_MODEL_RGAUSS # Model for PSF generation
     27PSF.ORDER       S32     2               # Order of spatial variation for PSF generation
     28PSF.MODEL       STR     PS_MODEL_GAUSS  # Model for PSF generation
    2829
    2930TEMP.IMAGE      STR     conv.im.fits    # Suffix for convolved images
Note: See TracChangeset for help on using the changeset viewer.