Metadata-Version: 2.4
Name: pyscanfcs
Version: 2020.6.5.post9
Summary: Scientific tool for perpendicular line scanning FCS.
Home-page: https://github.com/FCS-analysis/PyScanFCS
Author: Paul Müller
Author-email: dev@craban.de
License: GPL v2
Keywords: fcs,fluorescence correlation spectroscopy,perpendicular line scanning,multiple-tau
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.4, <4
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: matplotlib>=1.1.0
Requires-Dist: multipletau>=0.1.4
Requires-Dist: numpy>=1.5.1
Requires-Dist: scipy>=0.8.0
Requires-Dist: tifffile>=2020.5.25
Requires-Dist: wxpython>=4.0.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

|PyScanFCS|
===========

|PyPI Version| |Build Status Win| |Build Status Travis| |Coverage Status| |Docs Status|

A tool for data evaluation in perpendicular line scanning fluorescence correlation spectroscopy (FCS)

When a membrane is scanned perpendicularly to its surface, the fluorescence signal
originating from the membrane itself must be separated from the signal of the
surrounding medium for an FCS analysis. PyScanFCS interactively extracts the
fluctuating fluorescence signal from such measurements and applies a multiple-tau
algorithm. The obtained correlation curves can be evaluated using
`PyCorrFit <https://github.com/FCS-analysis/PyCorrFit>`__.


Getting started
===============

Installation
------------
Installers for PyScanFCS are available at the `release page <https://github.com/FCS-analysis/PyScanFCS/releases>`__.
Alternatively, install with ``pip install pyscanfcs``.


Documentation
-------------
A detailed documentation including an explanation of the graphical user interface and available model
functions is available as a `PDF file <https://github.com/FCS-analysis/PyScanFCS/wiki/PyScanFCS_doc.pdf>`__.



.. |PyScanFCS| image:: https://raw.github.com/FCS-analysis/PyScanFCS/master/doc/Images/PyScanFCS_logo_dark.png
.. |PyPI Version| image:: https://img.shields.io/pypi/v/PyScanFCS.svg
   :target: https://pypi.python.org/pypi/pyscanfcs
.. |Build Status Win| image:: https://img.shields.io/appveyor/ci/paulmueller/PyScanFCS/master.svg?label=win
   :target: https://ci.appveyor.com/project/paulmueller/pyscanfcs
.. |Build Status Travis| image:: https://img.shields.io/travis/FCS-analysis/PyScanFCS/master.svg?label=linux_osx
   :target: https://travis-ci.org/FCS-analysis/PyScanFCS
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/FCS-analysis/PyScanFCS/master.svg
   :target: https://codecov.io/gh/FCS-analysis/PyScanFCS
.. |Docs Status| image:: https://readthedocs.org/projects/pyscanfcs/badge/?version=latest
   :target: https://readthedocs.org/projects/pyscanfcs/builds/
