Metadata-Version: 2.1
Name: scopyon
Version: 0.1.6
Summary: Monte Carlo simulation toolkit for bioimaging systems
Home-page: https://github.com/ecell/scopyon
Author: Masaki Watabe
Author-email: masaki@riken.jp
Maintainer: Kazunari Kaizu
Maintainer-email: kaizu@riken.jp
License: BSD-3-Clause
Description: Bioimaging
        ==========
        
        [![CircleCI](https://circleci.com/gh/ecell/scopyon.svg?style=svg)](https://circleci.com/gh/ecell/scopyon)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ca714025c04b456dbaa036e0275cb603)](https://www.codacy.com/app/ecell/scopyon?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ecell/scopyon&amp;utm_campaign=Badge_Grade)
        
        Monte Carlo simulation toolkit for bioimaging systems
        
        Requirements
        ------------
        
        For `scopyon`, Python 3 and its libraries, `numpy`, `scipy` and `matplotlib`, are required. `scikit-image` is also needed by `bioimaing.spot_detection`.
        
        Quick start
        -----------
        
        ```
        $ python setup.py test install
        ```
        
        ```
        $ python scripts/tirf_script.py
        ```
        
        ![TIRF Image](https://github.com/ecell/scopyon/raw/master/scripts/data/outputs_tirf/image_0000000.png)
        
        License
        -------
        
        `scopyon` is licensed under the terms of BSD-3-Clause (see [LICENSE](/LICENSE)).
        
        Citation
        --------
        
        If this package contributes to your work, please cite the followings.
        
        [https://doi.org/10.1371/journal.pone.0130089](https://doi.org/10.1371/journal.pone.0130089)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
