IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35399 for trunk/ippconfig


Ignore:
Timestamp:
Apr 12, 2013, 1:55:55 PM (13 years ago)
Author:
watersc1
Message:

Added FWHM clipping rules to more recipes.

File:
1 edited

Legend:

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

    r35394 r35399  
    2525    PSF.INPUT.MAX           F32   6.0   # never really want >6 pixels in refstack
    2626    PSF.INPUT.CLIP.NSIGMA   F32   1.0   # sample typically on rising side of distribution (set even smaller?)
     27    PSF.INPUT.THRESH        F32   0.0
     28    PSF.INPUT.ASYMMETRY     F32   0.0
    2729END
    2830
    … …  
    4345    OUTPUT.NOCOMP          BOOL  TRUE
    4446    OUTPUT.LOGFLUX         BOOL  FALSE
    45     PSF.INPUT.MAX          F32   7.5    # since not convolved limit, relax/tune?
     47    PSF.INPUT.MAX          F32   10.0    # since not convolved limit, relax/tune?
    4648    PSF.INPUT.CLIP.NSIGMA  F32   1.5
     49    PSF.INPUT.THRESH        F32   5.0
     50    PSF.INPUT.ASYMMETRY     F32   0.2
    4751END
    4852
    … …  
    5559    OUTPUT.NOCOMP           BOOL  FALSE
    5660    OUTPUT.LOGFLUX          BOOL  TRUE
    57     PSF.INPUT.MAX           F32   7.5   # input cut more restrictive now 12->7.5 pix, limit target PSF in convolved stacks
     61    PSF.INPUT.MAX           F32   10.0  # input cut more restrictive now 12->10 pix, limit target PSF in convolved stacks
    5862    PSF.INPUT.CLIP.NSIGMA   F32   1.5   # additional cut if majority of inputs much smaller than INPUT.MAX
     63    PSF.INPUT.THRESH        F32   5.0
     64    PSF.INPUT.ASYMMETRY     F32   0.2
    5965END
    6066
Note: See TracChangeset for help on using the changeset viewer.