Changeset 42087 for trunk/psphot/src/psphotExtendedSourceFits.c
- Timestamp:
- Feb 28, 2022, 2:36:39 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotExtendedSourceFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotExtendedSourceFits.c
r38534 r42087 120 120 // default to the old method (chisqConvergence) 121 121 chisqConvergence = true; 122 } 123 124 bool useReweighting = psMetadataLookupBool (&status, recipe, "LMM_FIT_USE_REWEIGHTING"); // Fit tolerance 125 if (!status) { 126 useReweighting = false; 122 127 } 123 128 … … 145 150 fitOptions->chisqConvergence = chisqConvergence; 146 151 fitOptions->isInteractive = isInteractive; 152 fitOptions->useReweighting = useReweighting; 147 153 148 154 // use poissonian errors or local-sky errors
Note:
See TracChangeset
for help on using the changeset viewer.
