Metadata-Version: 1.1
Name: keres
Version: 0.8.2
Summary: A Bayes filter and test suite for amyloid fluorimetry data
Home-page: http://pypi.python.org/pypi/keres
Author: James C. Stroud
Author-email: xtald00d@gmail.com
License: BSD
Description: =======
         keres 
        =======
        
        
        Introduction
        ------------
        
        Keres is a Bayes filter for amyloid fibrillogenesis fluorimetry data
        and a suite to test the filter.
        
        The test suite requires the `copasi simulator`_.
        
        
        Home Page & Repository
        ----------------------
        
        - Home Page: http://pypi.python.org/pypi/keres/
        - Repository: https://github.com/jcstroud/keres.git
        - Documentation: http://pythonhosted.org/radialx/
        
        
        Example
        -------
        
        An example of use is in the "examples" directory.
        There are two ways to try the example.
        
            1. Change to the directory and run the command::
        
                  ./test-bayes settings.cfg
        
            2. Install the package, ensuring that the bin directory
               of your pythong install is in your path::
        
                  bayestest settings.cfg
        
        
        .. _`copasi simulator`: http://www.copasi.org/tiki-view_articles.php
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
