You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
# Lifetime Unmixing
2
2
3
3
This repository hosts code for distinguishing 2 dyes with overlapping spectra via lifetime.
4
-
Images are 6D (3D FLIM timelapse multichannel).
4
+
The workflows presented here mainly rely on the [napari-flim-phasor-plotter](https://zenodo.org/records/13319544) plugin, along with some post-processing/analysis steps done using [pyclesperanto-prototype](https://zenodo.org/records/10432619), [scikit-image](https://scikit-image.org/) and [scikit-learn](https://scikit-learn.org/stable/index.html), plus file saving using [tifffile](https://pypi.org/project/tifffile/).
5
+
Images of worm embryos are 6D (3D FLIM timelapse multichannel). Images of adult worms are 5D (3D FLIM multichannel).
5
6
6
7
## Installation
7
8
8
-
Install [Miniforge](https://github.com/conda-forge/miniforge?tab=readme-ov-file#miniforge) in your computer (which contains [`mamba`](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html#).
9
+
Install [Miniforge](https://github.com/conda-forge/miniforge?tab=readme-ov-file#miniforge) in your computer (which contains [`mamba`](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html#)).
9
10
10
11
Clone this repository locally (for example using [Github Desktop](https://desktop.github.com/)).
11
12
@@ -29,4 +30,5 @@ We recommend running this code on a powerful workstation, preferably with > 48GB
29
30
30
31
## Acknowledgements
31
32
32
-
To be added
33
+
We thank the Bio-Image Analysis Technology Development team of Physics of Life at TU Dresden (BiA-PoL) for the provision of infrastructure, code development and fruitful discussions.
0 commit comments