Skip to main content

A software framework to handle, visualize and analyze FLIM data

Project description

flimview

fig

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


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 hashes)

Uploaded Source

Built Distribution

flimview-1.2.0-py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page