mwaskom / moss

Assorted utilities for neuroimaging and cognitive science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Build Status

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.

About

Assorted utilities for neuroimaging and cognitive science

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.0%Language:Shell 0.9%Language:Makefile 0.1%