Skip to content

Releases: JannisNe/timewise

v0.3.0b1

05 Dec 11:42
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: when no data is present for one of the filters create an empty dictionary instead of checking for <band>_ul to avoid KeyError by @JannisNe in #58

Full Changelog: v0.3.0a9...v0.3.0b1

v0.3.0a9

01 Dec 16:35
Compare
Choose a tag to compare

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

v0.3.0a7

09 Nov 17:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0a6...v0.3.0a7

v0.3.0a6

08 Nov 15:10
Compare
Choose a tag to compare

What's Changed

  • Add skip_download option also to WISEDataBase by @JannisNe in #48

Full Changelog: v0.3.0a4...v0.3.0a6

v0.3.0a4

07 Nov 16:31
Compare
Choose a tag to compare

Full Changelog: v0.3.0a2...v0.3.0a4

v0.3.0a2

07 Nov 09:21
Compare
Choose a tag to compare

What's Changed

  • Add option to use bigdata_dir in WISEDataDESYCluster by @JannisNe in #47

Full Changelog: v0.3.0a1...v0.3.0a2

v0.3.0a1

06 Nov 12:18
f8a4634
Compare
Choose a tag to compare

What's Changed

  • Backwards compatibility with deprecation warning by @JannisNe in #46

Full Changelog: v0.3.0.a...v0.3.0a1

v0.3.0.a

06 Nov 11:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.3.0.a

v0.2.3

26 Oct 11:11
Compare
Choose a tag to compare

Add the StableTAPJob in timewise.utils that does not fail when job.phase experiences connection problems.

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

12 Oct 12:41
Compare
Choose a tag to compare

fix bug concerning nice table_name when getting column names in WISEDataDESYCluster._get_results_from_job and WISEDataBase._thread_wait_and_get_results

Full Changelog: v0.2.1...v0.2.2