https://github.com/cgohlke/phasorpy

An open-source Python library for the analysis of fluorescence lifetime and hyperspectral images using the phasor approach.

https://github.com/cgohlke/phasorpy

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

An open-source Python library for the analysis of fluorescence lifetime and hyperspectral images using the phasor approach.

Basic Info
  • Host: GitHub
  • Owner: cgohlke
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 1.12 MB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of phasorpy/phasorpy
Created almost 3 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct

README.md

PhasorPy

PhasorPy is an open-source Python library for the analysis of fluorescence lifetime and hyperspectral images using the phasor approach.

PhasorPy is a community-maintained project. Contributions in the form of bug reports, bug fixes, feature implementations, documentation, datasets, and enhancement proposals are welcome.

This software project was supported in part by the Essential Open Source Software for Science (EOSS) program at Chan Zuckerberg Initiative.

CZI's Essential Open Source Software for Science

Owner

  • Name: Christoph Gohlke
  • Login: cgohlke
  • Kind: user
  • Location: Irvine, California

GitHub Events

Total
  • Watch event: 1
  • Delete event: 94
  • Push event: 215
  • Create event: 91
Last Year
  • Watch event: 1
  • Delete event: 94
  • Push event: 215
  • Create event: 91

Dependencies

.github/workflows/deploy-docs.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/release-pypi.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/setup-python v4.6.0 composite
  • actions/upload-artifact v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/run-tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
pyproject.toml pypi
  • click *
  • matplotlib *
  • numpy *
  • pooch *
  • tifffile *
  • tqdm *
  • xarray *
requirements_dev.txt pypi
  • black * development
  • build * development
  • click * development
  • codespell * development
  • coverage * development
  • flake8 * development
  • isort * development
  • lfdfiles * development
  • matplotlib * development
  • mypy * development
  • numpy >=1.25 development
  • numpy ==1.23.5 development
  • numpydoc * development
  • packaging * development
  • pooch * development
  • pydata-sphinx-theme * development
  • pytest * development
  • pytest-cov * development
  • pytest-doctestplus * development
  • pytest-runner * development
  • sdtfile * development
  • setuptools * development
  • sphinx * development
  • sphinx-copybutton * development
  • sphinx-issues * development
  • sphinx_click * development
  • sphinx_gallery * development
  • tifffile * development
  • tomli * development
  • tqdm * development
  • twine * development
  • wheel * development
  • xarray * development
setup.py pypi