Metadata-Version: 2.1
Name: wraplorenzmie
Version: 1.0.0
Summary: A package to easely fit movies using pylorenzmie.
Author: Maxime Lavaud
Author-email: Maxime Lavaud <lavaudmaxime.ml@gmail.com>
Project-URL: Homepage, https://github.com/eXpensia/wraplorenzmie
Project-URL: Bug Tracker, https://github.com/eXpensia/wraplorenzmie/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipympl (==0.9.2)
Requires-Dist: jupyterlab (==3.4.8)
Requires-Dist: matplotlib (==3.6.1)
Requires-Dist: numpy (==1.23.4)
Requires-Dist: scipy (==1.9.2)
Requires-Dist: seaborn (==0.11)
Requires-Dist: tqdm (==4.64.1)
Requires-Dist: dill (==0.3.5.1)
Requires-Dist: opencv-python (==4.6.0.66)
Requires-Dist: h5py (==3.7.0)
Requires-Dist: trackpy (==0.5.0)
Requires-Dist: numba (==0.56.3)
Requires-Dist: lmfit (==1.0.3)
Requires-Dist: imageio (==2.22.3)
Requires-Dist: streamlit (==1.14.0)
Requires-Dist: streamlit-cropper (==0.2.0)
Requires-Dist: imageio-ffmpeg (==0.4.7)

# wraplorenzmie

A simple wrapper that uses the pylorenzmie package in order to fit full movies.
https://github.com/davidgrier/pylorenzmie

all necessary packages should be found in the requirments.get_next_data

just do : ```pip install -r requirments.txt```
Holopy needs to be installed through conda : ```conda install -c conda-forge holopy```


## Webapp

To try out the fitting of a single image, you can use the webapp provided in the [here](webapp/)
