IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18864


Ignore:
Timestamp:
Aug 1, 2008, 2:47:40 PM (18 years ago)
Author:
Paul Price
Message:

Adding PSF_FIT_ITER, PSF_FIT_TOL, EXT_FIT_ITER and EXT_FIT_TOL to
control the non-linear source fitting. We want to separate the PSF
fits and the general extended source fits: we can afford to spend more
time on the PSF fits to make sure they're right (and that they
succeed), whereas we're willing to throw away other sources if they
don't fit.

File:
1 edited

Legend:

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

    r18563 r18864  
    6262PSF_MIN_DS                          F32   0.01
    6363PSF_PARAM_WEIGHTS                   BOOL  FALSE
     64
     65PSF_FIT_ITER                        S32   50              # Maximum number of fitting iterations for PSF
     66PSF_FIT_TOL                         F32   0.01            # Fit tolerance for PSF
    6467
    6568# PSF model parameters : choose the PSF model
     
    114117EXT_MOMENTS_RADIUS                  F32   9
    115118
     119EXT_FIT_ITER                        S32   20              # Maximum number of fitting iterations for EXT
     120EXT_FIT_TOL                         F32   0.01            # Fit tolerance for EXT
     121
    116122# extended source aperture-like measurements
    117123EXTENDED_SOURCE_ANALYSIS            BOOL  FALSE  # perform any of the aperture-like measurements?
Note: See TracChangeset for help on using the changeset viewer.