Coder Social home page Coder Social logo

geezlecode / neurapy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kghose/neurapy

0.0 0.0 0.0 528 KB

NeuraPy is a collection of python modules useful for analyzing data obtained in neurophysiological experiments.

Home Page: http://kghose.github.com/neurapy

Python 100.00%

neurapy's Introduction

NeuraPy

NeuraPy is a collection of python modules useful for analyzing data obtained in neurophysiological experiments.

  • cerebus - a package for loading .nev and .nsx files saved by BlackRock's Cerebus software
  • lablib - a package for loading lablib data files
  • monkeylogic - a package for loading data files saved by the MonkeyLogic program
  • neuralynx - a package for reading files produced by neuralynx boxes
  • neuroexplorer - a package for reading/writing .nex files for the neuroexplorer/offline sorter programs
  • signal - a package for processing sampled continuous signals (filtering etc.)
  • nframe - a package (framework) using Pandas DataFrame objects for processing neural data in concert with epoch based behavioral data

Installation

  1. Grab the latest code from the zip package or grab it from github by doing git git://github.com/kghose/neurapy.git
  2. Add the directory containing neurapy to your modules path (e.g by adding a line to one of your .pth files)
  3. Some of the modules make use of the matplotlib package, which should be installed

Usage

Typically, from your script, you will import one of the sub-modules e.g

from neurapy.lablib import lablib as ll

For module specific instructions look at the readme files in each module's directory and look at the documentation in the source

Licence

neurapy is available for download for neurophysiologists in the hope that the programs may of use to other researchers. No claim is made that the code works and is free of bugs, but I would appreciate bug reports ([email protected])

http://www.gnu.org/licenses/gpl.html

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

neurapy's People

Contributors

kghose avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.