IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28658


Ignore:
Timestamp:
Jul 11, 2010, 3:21:56 PM (16 years ago)
Author:
eugene
Message:

add maxTol and maxChisqDOF to psMin to allow for better control over fit success and convergence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ippconfig/recipes/psphot.config

    r28155 r28658  
    9090
    9191PSF_FIT_ITER                        S32   50              # Maximum number of fitting iterations for PSF
    92 PSF_FIT_TOL                         F32   0.01            # Fit tolerance for PSF
     92PSF_FIT_MIN_TOL                     F32   0.01            # Fit tolerance for PSF
     93PSF_FIT_MAX_TOL                     F32   2.00            # Fit tolerance for PSF
     94
     95# the following is used to require a minimum quality of fit before
     96# stopping based on the tolerance.  be careful of using this in
     97# conjunction with non-poisson errors (POISSON.ERRORS.LMM) or with
     98# pooly determined errors
     99PSF_FIT_MAX_CHISQ                   F32  20.00            # require chisq / DOF to reach this level before giving up
    93100
    94101# PSF model parameters : choose the PSF model
     
    139146 
    140147# this model is used for approximate subtraction in the main object analysis step
    141 EXT_MODEL                           STR   PS_MODEL_QGAUSS
     148EXT_MODEL                           STR   PS_MODEL_SERSIC
    142149EXT_FIT_NSIGMA                      F32   1               # significance for pixel included in fit
    143150EXT_FIT_PADDING                     F32   5               # extra annulus to use for fit
     
    146153
    147154EXT_FIT_ITER                        S32   20              # Maximum number of fitting iterations for EXT
    148 EXT_FIT_TOL                         F32   0.01            # Fit tolerance for EXT
     155EXT_FIT_MIN_TOL                     F32   0.01            # Fit tolerance for EXT
     156EXT_FIT_MAX_TOL                     F32   2.00            # Fit tolerance for EXT
     157
     158# the following is used to require a minimum quality of fit before
     159# stopping based on the tolerance.  be careful of using this in
     160# conjunction with non-poisson errors (POISSON.ERRORS.LMM) or with
     161# pooly determined errors
     162EXT_FIT_MAX_CHISQ                   F32  20.00            # require chisq / DOF to reach this level before giving up
    149163
    150164# extended source aperture-like measurements
Note: See TracChangeset for help on using the changeset viewer.