IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2022, 3:38:15 PM (4 years ago)
Author:
eugene
Message:

add optional IRLS-style reweighting to psMinimizeLMM, selected with psMinimization->useReweighting

File:
1 edited

Legend:

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

    r36082 r42013  
    9090    bool chisqConvergence;
    9191    bool isInteractive;
     92    bool useReweighting;
    9293}
    9394psMinimization;
     
    194195    const psVector *y,                 ///< Measurement coordinates
    195196    const psVector *dy,                ///< Weights calculated from y-errors
     197    bool  reweight,                    ///< if true, we calculate the reweighting for each point based on distance from model
    196198    psMinimizeLMChi2Func func          ///< Specified function
    197199);
Note: See TracChangeset for help on using the changeset viewer.