IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

pass user option LMM_FIT_USE_REWEIGHTING to pmSourceFitOptions (which carries the value to psMinimization)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/psphot/src/psphotModelTestReadout.c

    r36375 r42015  
    222222    fitOptions->chisqConvergence = chisqConvergence;
    223223
     224    bool useReweighting = psMetadataLookupBool (&status, recipe, "LMM_FIT_USE_REWEIGHTING"); // Fit tolerance
     225    if (!status) useReweighting = true;
     226    fitOptions->useReweighting = useReweighting;
     227
    224228    int gainFactorMode = psMetadataLookupS32 (&status, recipe, "LMM_FIT_GAIN_FACTOR_MODE"); // Fit tolerance
    225229    if (!status) gainFactorMode = 0;
Note: See TracChangeset for help on using the changeset viewer.