IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35939


Ignore:
Timestamp:
Aug 13, 2013, 3:07:02 PM (13 years ago)
Author:
watersc1
Message:

Add PSF.TARGET.AS.MAX config options.

Location:
trunk/ippconfig
Files:
2 edited

Legend:

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

    r35580 r35939  
    6363    PSF.INPUT.THRESH        F32   10.0
    6464    PSF.INPUT.ASYMMETRY     F32   0.2
     65    PSF.TARGET.AS.MAX       BOOL  TRUE
    6566   MATCH.REJ        F32    4.0
    6667   SAFE          BOOL   F
  • trunk/ippconfig/recipes/ppStack.config

    r35580 r35939  
    9595PSF.INPUT.THRESH        F32  NAN        # Set minimum limit below which we do not exclude an input (defaults to 0.0)
    9696PSF.INPUT.ASYMMETRY     F32  NAN        # Set difference in mixture model populations to consider equal.
     97PSF.TARGET.AS.MAX       BOOL F          # Set the target PSF FWHM as the maximum of accepted input FWHM values.
     98PSF.TARGET.AS.MAX.EPSILON F32 0.1       # Amount to set the target PSF FWHM larger than the maximum input. Target = eps + max(input)
     99
    97100
    98101TEMP.IMAGE      STR     conv.im.fits    # Suffix for temporary convolved images
Note: See TracChangeset for help on using the changeset viewer.