Changes between Version 7 and Version 8 of fullforce_intro
- Timestamp:
- Dec 26, 2013, 1:29:27 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
fullforce_intro
v7 v8 376 376 chisq[i] = sum(chisq[k] * nPix[k]) / sum(nPix[k]) 377 377 flux[i] = sum( (flux[k] / dFlux[k])**2) / sum ( 1 / dFlux[k]**2) 378 dFlux[i] = sum ( 1 / dFlux[k]**2 )378 dFlux[i] = 1 / sum ( 1 / dFlux[k]**2 ) 379 379 380 380 Once these values are computed the trial with the lowest chisq value is chosen as the "best fit"
