IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

especially in very high-dynamic range stack images, the peak pixels can drive the PSF fit too much: add an option for iterative reweighting of the pixel values during the non-linear fit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotModelTestReadout.c

    r36375 r42087  
    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.