IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35529 for trunk/ippconfig


Ignore:
Timestamp:
May 7, 2013, 2:30:23 PM (13 years ago)
Author:
watersc1
Message:

Added more rejection options to help with refstacks.

File:
1 edited

Legend:

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

    r35455 r35529  
    9090
    9191
    92 PSF.INPUT.MAX           F32  NAN
    93 PSF.INPUT.CLIP.NSIGMA   F32  NAN
    94 PSF.INPUT.THRESH        F32  NAN
    95 PSF.INPUT.ASYMMETRY     F32  NAN
     92PSF.INPUT.CLIP.SIMPLE   BOOL F          # Should we do a simple sigma clip (T, requires CLIP.NSIGMA) or the mixture model (F, requires all parameters)
     93PSF.INPUT.MAX           F32  NAN        # Set maximum limit on input FWHM (defaults to inf)
     94PSF.INPUT.CLIP.NSIGMA   F32  NAN        # Set n-sigma cut limit for input rejection
     95PSF.INPUT.THRESH        F32  NAN        # Set minimum limit below which we do not exclude an input (defaults to 0.0)
     96PSF.INPUT.ASYMMETRY     F32  NAN        # Set difference in mixture model populations to consider equal.
    9697
    9798TEMP.IMAGE      STR     conv.im.fits    # Suffix for temporary convolved images
Note: See TracChangeset for help on using the changeset viewer.