moss
moss copied to clipboard
Assorted utilities for neuroimaging and cognitive science
Assorted Scientific Utilities
Warning: This library is not actively used much and may be out of date, difficult to use, or incorrect. Reading the code might be useful, but I would not suggest serious usage!
Moss is a library of functions, classes, and scripts to that may be useful for analyzing scientific data. Because this package is developed for neuroimaging and cognitive science, there is probably some bias towards applications that are useful in that domain. However, the functions are intended to be written in as general and lightweight a fashion as possible.
Dependencies
-
Python 2.7 or 3.6
-
matplotlib
Installation
To install the released version, just do
pip install -U moss
However, I update the code pretty frequently, so you may want to clone the github repository and install with
python setup.py install
Testing
You can exercise the full test suite by running nosetests
in the source
directory.
Note that some of the statistical tests depend on randomly generated data and fail from time to time because of this.
License
Moss is released under a BSD (3-clause) license.
Development
http://github.com/mwaskom/moss
Please report any bugs you encounter on the Github issue tracker.