GithubHelp home page GithubHelp logo

maestapereira / convnwb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hsupipeline/convnwb

0.0 0.0 0.0 1.07 MB

A module of helper code for converting data files to NWB.

Home Page: https://hsupipeline.github.io/convnwb/

License: MIT License

Python 97.73% Makefile 2.27%

convnwb's Introduction

convnwb

project status build statue coverage

convnwb is a module of code to help with converting data to the NWB format.

Overview

This module contains general, task agnostic, utilities, for converting data to the NWB format.

Available sub-modules in convnwb include:

  • io: includes save and load functions and utilities for working with files through the conversion process
  • nsp: includes functionality that relating to managing recording files from neural signal processors
  • objects: includes objects for storing relevant data, for example electrode or task related information
  • paths: includes a Paths object and utilities for defining and using a consistent path structure
  • plts: includes plot functions for examining data through the conversion process
  • sorting: includes functionality relating to managing recording spike sorting
  • timestamps: includes utilities for managing timestamps and aligning data streams
  • utils: includes general utilities for working with data through the conversion process

For converting data, convnwb can be used together with the ConvertTEMPLATE.

Dependencies

convnwb is written in Python, and requires Python >= 3.6 to run.

It has the following required dependencies:

There are also optional dependencies, that offer extra functionality:

  • pynwb is needed for validating NWB files
  • matplotlib is needed for making plots to check conversions
  • scikit-learn is needed to aligning sync pulses
  • pandas is needed for utilities that load dataframes
  • scipy is needed for some load and timestamp related functions
  • h5py is needed for utilities that open HDF5 files
  • neo is needed for loading & interacting with NSP files
  • mat73 is needed for loading .mat files version >= 7.3
  • pytest is needed to run the test suite locally

Installation

The current release version is the 0.3.X series.

Check the changelog for notes on updates and changes across versions.

This module should be installed from Github:

Install from a clone

First clone this repository, then move into the cloned repository, and install:

$ git clone https://github.com/HSUPipeline/convnwb
$ cd convnwb
$ pip install .

Contribute

This project welcomes and encourages contributions from the community!

To file bug reports and/or ask questions about this project, please use the Github issue tracker.

When interacting with this project, please follow the code of conduct.

convnwb's People

Contributors

tomdonoghue 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.