IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2022, 2:43:25 PM (4 years ago)
Author:
eugene
Message:

plug a leak in psFitsTableNew.c; fix implementation of FITS_SCALE_ASINH_MANUAL; add option to reweight the errors in LMM; compile-time option to activate a hard-coded random seed (only needed for psLib testing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimizeLMM.h

    r36082 r42089  
    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.