- Timestamp:
- Feb 6, 2022, 3:38:15 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/psLib/src/math/psMinimizeLMM.h
r36082 r42013 90 90 bool chisqConvergence; 91 91 bool isInteractive; 92 bool useReweighting; 92 93 } 93 94 psMinimization; … … 194 195 const psVector *y, ///< Measurement coordinates 195 196 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 196 198 psMinimizeLMChi2Func func ///< Specified function 197 199 );
Note:
See TracChangeset
for help on using the changeset viewer.
