IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34307 for trunk/ippconfig


Ignore:
Timestamp:
Aug 14, 2012, 1:08:16 PM (14 years ago)
Author:
bills
Message:

move definition of the vector of sigma values used to set the moments window to the
recipe. Eliminate the two largest values (12 and 18 pixels) for gpc1

Location:
trunk/ippconfig
Files:
2 edited

Legend:

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

    r32187 r34307  
    1919# PSF model parameters : choose the PSF model desired
    2020PSF_MODEL                           STR   PS_MODEL_PS1_V1
     21# vector of simga values to use in when setting the moments window (this is shorter for gpc1 than
     22# the psphot default)
     23@PSF.SIGMA.VALUES                   F32   1.0  2.0  3.0  4.5  6.0  9.0 # comment due to ticket #1476
     24
    2125PSPHOT.CR.NSIGMA.SOFTEN             F32   0.0025        # Softening parameter for weights in CR stat
    22 
    2326PSPHOT.CR.MAX.SIZE                  F32   0.8             # guess for limit on M_minor in pix^2
    2427PSPHOT.CR.MAX.MAG                   F32  -8.0             # guess for limit on Kron Mag
  • trunk/ippconfig/recipes/psphot.config

    r34273 r34307  
    122122PSF_MODEL                           STR   PS_MODEL_GAUSS
    123123# PSF_MODEL                         STR   PS_MODEL_PGAUSS
     124# sigma values used by psphotSetMomentsWindow. Maximum length of this array is 8
     125@PSF.SIGMA.VALUES                   F32   1.0  2.0  3.0  4.5  6.0  9.0  12.0  18.0 # comment due to ticket #1476
    124126
    125127# PSF.TREND.MASK must be a 2D polynomial
Note: See TracChangeset for help on using the changeset viewer.