IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2013, 3:27:54 PM (13 years ago)
Author:
eugene
Message:

choice of convergence method via user selections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/psLib/src/math/psMinimizeLMM.h

    r35623 r35637  
    3030#include "psConstants.h"
    3131
     32# define PS_MINIMIZE_LMM_GAIN_FACTOR_MODE 0
     33# define PS_MINIMIZE_LMM_CHISQ_CONVERGENCE 1
     34
    3235#define PS_DETERMINE_BRACKET_STEP_SIZE 0.10
    3336#define PS_MAX_LMM_ITERATIONS 100
     
    8285    int iter;                          ///< Number of iterations to date
    8386    float lastDelta;                   ///< The last difference for the fit
     87    float rParSigma;                   ///< last fractional change in the parameters
    8488    float maxChisqDOF;                 ///< for Chisq minimization, require that we reach here before checking tolerance
     89    int gainFactorMode;
     90    bool chisqConvergence;
    8591}
    8692psMinimization;
Note: See TracChangeset for help on using the changeset viewer.