File: python-neuroshare

package info (click to toggle)
neurodebian 0.43.0
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,960 kB
  • sloc: sh: 2,419; python: 1,978; perl: 412; makefile: 207; javascript: 63
file content (23 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: python-neuroshare
Tasks: debian-science/electrophysiology
Homepage: https://github.com/G-Node/python-neuroshare
Responsible: NeuroDebian Team <team@neuro.debian.net>
License: LGPL-2.1
Author: Christian Kellner <gicmo@gnome.org>
Language: Python
Version: 0.8.4
WNPP: 663116
Vcs-Git: https://github.com/G-Node/python-neuroshare
Pkg-Description: Python interface and tools for Neuroshare
 The Neuroshare API is an interface for accessing electrophysiology data
 from files in proprietary formats. To do so it uses vendor-provided
 shared libraries that can be downloaded free of charge.
 .
 This package provides a high-level Python interface to the Neuroshare
 API that focuses on convenience for the user and enables access to
 all available metadata and data. The data is returned in NumPy arrays,
 which provides a quick route to further examination and analysis.
 .
 In addition, this package contains the ns2hdf converter tool that
 converts neuroshare-compatible files into the HDF5 (Hierarchical Data
 Format, version 5) file format.