Skip to main content

Analysis of electrophysiological data recorded with the Axona or OpenEphys recording systems

Project description

Synopsis

NB THIS IS NOW OUT OF DATE AS OF 2019_10_02

Tools for the analysis of electrophysiological data collected primarily with Axona recording products using Python.

Code Example

Main entry class is Trial contained in dacq2py_util i.e.

import dacq2py_util
T = dacq2py_util.Trial('/path/to/dataset/mytrial')

The "usual" Axona dataset includes the following files:

  • mytrial.set
  • mytrial.1
  • mytrial.2
  • mytrial.3
  • mytrial.4
  • mytrial.pos
  • mytrial.eeg

Note that you shouldn't specify a suffix when constructing the filename in the code example above.

You can now start analysing your data! i.e.

T.plotEEGPower()
T.plotMap(tetrode=1, cluster=4)

Motivation

Analysis using Axona's Tint cluster cutting program is great but limited. This extends that functionality.

Installation

Easiest way is with pip (under Linux, don't know how this works under other OS's):

pip install dacq2py

This should install all the pre-requisites, which are as follows:

  • numpy
  • scipy
  • matplotlib
  • scikits-learn
  • astropy (for NaN-friendly convolution)
  • skimage
  • mahotas

Optional packages include:

Download the files and extract to a folder and make sure it's on your Python path

API Reference

Most classes/ methods have some explanatory text. The files in the docs folder are extracted from that using standard Python tools.

Tests

To be implemented.

Contributors

Robin Hayman.

License

Do what you want license.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ephysiopy-1.5.0.tar.gz (142.5 kB view details)

Uploaded Source

File details

Details for the file ephysiopy-1.5.0.tar.gz.

File metadata

  • Download URL: ephysiopy-1.5.0.tar.gz
  • Upload date:
  • Size: 142.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.2 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/2.7.15+

File hashes

Hashes for ephysiopy-1.5.0.tar.gz
Algorithm Hash digest
SHA256 ef100b1074502945ba05c09f434a4932feff6e2d24bdc81e4dd686eaff24aefd
MD5 71ea76da6e1721f8acb0e030fbc479c8
BLAKE2b-256 fa511fa3c65479aad30ad7e76a7a3c43391038cf0408eb229a91cd66c6769fca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page