Changeset 42087 for trunk/psphot/src/psphotChoosePSF.c
- Timestamp:
- Feb 28, 2022, 2:36:39 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotChoosePSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r37811 r42087 164 164 // default to the old method (chisqConvergence) 165 165 chisqConvergence = true; 166 } 167 168 bool useReweighting = psMetadataLookupBool (&status, recipe, "LMM_FIT_USE_REWEIGHTING"); // Fit tolerance 169 if (!status) { 170 useReweighting = false; 166 171 } 167 172 … … 185 190 options->fitOptions->gainFactorMode = gainFactorMode; 186 191 options->fitOptions->chisqConvergence = chisqConvergence; 192 options->fitOptions->useReweighting = useReweighting; 187 193 188 194 psArray *stars = psArrayAllocEmpty (sources->n);
Note:
See TracChangeset
for help on using the changeset viewer.
