IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2013, 11:29:16 AM (13 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20130419/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/ippconfig

  • branches/eam_branches/ipp-20130419/ippconfig/recipes/ppStack.config

    r35394 r35548  
    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
     
    160161STACK_THREEPI  METADATA
    161162END
     163STACK_THREEPI_ALT  METADATA
     164END
    162165
    163166STACK_ALLDEEP   METADATA
Note: See TracChangeset for help on using the changeset viewer.