IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 7 and Version 8 of fullforce_intro


Ignore:
Timestamp:
Dec 26, 2013, 1:29:27 PM (13 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • fullforce_intro

    v7 v8  
    376376    chisq[i] = sum(chisq[k] * nPix[k]) / sum(nPix[k])
    377377    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 )
    379379
    380380Once these values are computed the trial with the lowest chisq value is chosen as the "best fit"