A software framework to handle, visualize and analyze FLIM data
Project description
flimview
Conda Installation
First create a python 3 conda environment
conda create -n flimview python=3 -y
To activate such environment
conda activate flimview
To install the need requirements
conda install -y -c conda-forge jupyterlab ipywidgets nodejs
To enable the widgets
jupyter labextension install @jupyter-widgets/jupyterlab-manager
and finally to install flimview from github
pip install git+https://github.com/Biophotonics-COMI/flimview.git --upgrade
Optional Packages
To run few things in parallel and other analysis you can install a few more packages
pip install scikit-image dask[complete] dask-jobqueue --upgrade
Example data
To get the example data run:
from flimview import datasets
# Get SDT example file
datasets.fetch_sdt()
# Get PTU file
datatsets.fetch_ptu()
Examples
Check the notebooks examples here
Development
To contribute to this package, first clone it:
git clone https://github.com/Biophotonics-COMI/flimview.git
Then inside flimview
pip install -e .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flimview-1.2.0.tar.gz
(17.3 kB
view details)
Built Distribution
flimview-1.2.0-py3-none-any.whl
(17.9 kB
view details)
File details
Details for the file flimview-1.2.0.tar.gz
.
File metadata
- Download URL: flimview-1.2.0.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f19ad14e677f7c5ae524b0b6840f448ef0ef076f16b49b82266cd0b2f80392a |
|
MD5 | dd15e1b7927de3d5c0e00d578cc04a81 |
|
BLAKE2b-256 | e13163e46fdd59e3c69cdc527122d109243706f22998928bf0ad652e9dc9ca6f |
File details
Details for the file flimview-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: flimview-1.2.0-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32565a921dd5e54447150584a54c9847fb54d10dea012c1560fce56e14a60d12 |
|
MD5 | f4c63e767bfd79c66d3d8207aa46c032 |
|
BLAKE2b-256 | 6ee4ce01bb5aed2286d189d52b6333492a117765a6a4ad8213c6d8479f8bfa1f |