v0.5.0
Pre-release
Pre-release
- Added F, d Fitting functionality (see docs tutorial section
Fd Fitting
and examplesTwistable Worm-Like-Chain Fitting
andRecA Fd Fitting
). Note: This functionality is still in beta status. - Fixed an issue which prevented images from being reconstructed when a debugger is attached. Problem resided in
reconstruct_image
which threw an exception when attempting to resize anumpy
array while the debugger was holding a reference to it. - Fixed bug that lead to timestamps becoming floating point values when using
channel.downsampled_over
.
Pylake documentation can be found here: https://lumicks-pylake.readthedocs.io/en/stable/
The new sections can be found in the following locations.
Tutorial: https://lumicks-pylake.readthedocs.io/en/stable/tutorial/fdfitting.html
Example notebooks:
https://lumicks-pylake.readthedocs.io/en/stable/examples/twlc_fitting/twlc_fitting.html
https://lumicks-pylake.readthedocs.io/en/stable/examples/reca_fitting/reca_fitting.html