Skip to content

v0.3.0a9

Compare
Choose a tag to compare
@JannisNe JannisNe released this 01 Dec 16:35
· 122 commits to main since this release

Bug fix!

Previously there was an error when calculating the uncertainties on the binned datapoints in WiseDataByVisit!
The led to overestimated errors by a factor of $\sqrt{N_{singleexposure}}$

Error factor

WiseBigdataDESYCluster can now make plots of the $\ chi^2$ distribution of the lightcurves compared to the median of each lightcurve. If the sample is dominated by non-varying lightcurves this is expected to follow an F-Distribution (not a simple $\chi^2$ because the data in the bins are sometimes below 10!). Doing this analysis I realised that the errors were underestimated. The errors are now multiplied by the corresponding factor (depending on the band).

What's Changed

Full Changelog: v0.3.0a8...v0.3.0a9