Pylake 1.6.0
============
.. only:: html
Here is an overview of features that were released in Pylake `v1.6.0`.
New example notebooks
---------------------
Three new notebooks were added to the documentation, with examples of full analysis workflows:
:doc:`Binding lifetime analysis`,
:doc:`hairpin fitting` and
:doc:`phase separation`.
.. figure:: new_examples.png
Bead-bead coupling correction
-----------------------------
When performing active calibration with two beads coupling effects can bias the estimated calibration parameters (force and displacement sensitivity, and the stiffness).
In Pylake 1.6.0, we include a model to account for bead-bead coupling between two beads in bulk.
See :ref:`theory` and :ref:`tutorial` and the :doc:`example` for more information.
.. figure:: correction_factor_whatsnew.png
Force calibration
-----------------
We have introduced easier access to force calibration parameters and results.
.. figure:: focal_listing.png
Extracting the force calibration parameters required to reproduce the Bluelake calibration can now be done with a single command named :meth:`~lumicks.pylake.calibration.ForceCalibrationItem.calibration_params()`.
Similarly, the active calibration peak as well as the exclusion ranges can now be plotted with a single line of code.
.. figure:: focal_plot.png
The force calibration documentation has also been improved. See :ref:`tutorial` and :ref:`theory` for more information.