Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@JoepVanlier JoepVanlier released this 08 Jun 11:23
  • Added F, d Fitting functionality (see docs tutorial section Fd Fitting and examples Twistable Worm-Like-Chain Fitting and RecA 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 a numpy 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