Skip to content

Releases: tritemio/FRETBursts

Version 0.6.5

25 Aug 00:17
Compare
Choose a tag to compare

Version 0.6.4

12 Jul 01:40
Compare
Choose a tag to compare

See release notes for details.

Version 0.6.2

10 Apr 06:53
Compare
Choose a tag to compare

See release notes for details.

Version 0.6.1

02 Apr 02:57
Compare
Choose a tag to compare

See release notes for details.

Version 0.6

0.5.7

25 Sep 14:04
Compare
Choose a tag to compare
Remove rc1 from release notes

0.5.7rc1

24 Sep 21:43
Compare
Choose a tag to compare
0.5.7rc1 Pre-release
Pre-release
DOC: fix release notes for 0.5.7rc1

Version 0.5.6

08 Sep 04:27
Compare
Choose a tag to compare

What's new?

ALEX

  • Print number of photons in each photon streams when applying ALEX parameters (1bf7651)

Plots

  • Add argument rightside_text to alex_jointplot to print measurement name on the right side of the plot (commit 2229a1a).

Photon rate estimation

See also this notebook for a study of the estimator properties as a function of c.

S correction formula

A new correction formula for S has been derived in this notebook. The formula allows to go from uncorrected S (only background correction, no leakage, direct excitation and gamma) to fully corrected S (including leakage, direct excitation and gamma).

This formula is a new updated version that to our knowledge was not published before and is now implemented in FRETBursts as fretmath.correct_S (see code and docs). This formula takes as argument the raw uncorrected E and S (only background corrected) as well as the 3 correction coefficient (gamma, D leakage and A direct excitation).

Documentation

Many updates to documentation and notebooks.

Version 0.5.5

25 Mar 23:56
Compare
Choose a tag to compare

What's New?

  • In Data.status(), report leakage coefficient in % for consistency with direct excitation.
  • Update alternation histograms style (now non-filled by default).
  • Notebooks: copy editing and lots of improvements to text in us-ALEX notebook.
  • Added documentation for all ratetrace and timetrace arguments.

Version 0.5.4

17 Mar 17:17
Compare
Choose a tag to compare

What's New?

  • Updated and expanded fitting section in us-ALEX notebook.
  • Implemented KDE-based methods for photon rate computation in cython and (optionally numba) including tests.
    Available kernels are Laplace distribution (i.e. exponential), Gaussian and rectangular. See the documentation.
  • Example notebook implementing 2CDE from Tomov 2012.
  • Renamed burstsearch folder to phtools. The folder now includes both burst search and other timestamps functions (such as photon rates). Imports of fretbursts.burstsearch.burstsearchlib need to change to frebursts.phtools.burstsearch.