Skip to main content

Electrophysiology data processing

Project description


ElecPhys


built with Python3

Documentation Status Ci testing


ElecPhys: A Python package for electrophysiology data analysis. It provides tools for data loading, analysis, conversion, preprocessing, and visualization.


Table of contents


Overview

ElecPhys is a Python package for electrophysiology data analysis. It provides tools for data loading, analysis, conversion, preprocessing, and visualization.. ElecPhys can convert .RHD fiels to .mat and .npz, and it can analyze the data in time and fourier domains. Please take a look at here for the complete list of available tools.


Installation

Source code

  • Clone the repository or download the source code.
  • cd into the repository directory.
  • Run python3 setup.py install

PyPi

Run pip3 install elecphys or pip install elecphys

Usage

It's possible to use ElecPhys as a command line tool or as a Python module.

Command Line

To use ElecPhys from command line, you need to use the following pattern:

➜ elecphys COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]

Where each COMMNAD can be one of the supported commands such as convert_rhd_to_mat, plot_stft, and ... . To learn more about the commnads, you can use the following command:

➜ elecphys --help
Usage: main.py [OPTIONS] COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]...

  ElecPhys is a Python package for electrophysiology data analysis. It
  provides tools for data loading, conversion, preprocessing, and
  visualization.

Options:
  -v, --verbose  Verbose mode
  -d, --debug    Debug mode
  --help         Show this message and exit.

Commands:
  convert_mat_to_npz            Converts MAT files to NPZ files using MAT...
  convert_rhd_to_mat            Converts RHD files to mat files using RHD...
  dft_numeric_output_from_npz   Computes DFT and saves results as NPZ files
  freq_bands_power_over_time    Computes signal's power in given...
  frequncy_domain_filter        Filtering in frequency domain using...
  normalize_npz                 Normalizes NPZ files
  pca_from_npz                  Computes PCA from NPZ files
  plot_avg_stft                 Plots average STFT from NPZ files
  plot_dft                      Plots DFT from NPZ file
  plot_filter_freq_response     Plots filter frequency response
  plot_signal                   Plots signals from NPZ file
  plot_stft                     Plots STFT from NPZ file
  re_reference_npz              re-references NPZ files and save them as...
  stft_numeric_output_from_npz  Computes STFT and saves results as NPZ files
  zscore_normalize_npz          Z-score normalizes NPZ files

Python module

You need to import ElecPhys and use it's modules inside your python code. For example:

import elecphys

# Path to folder containing RHD files
folder_path = "data/rhd_files"
# Path to the output .mat file
output_mat_file = "output.mat"
# Down sample factor
ds_factor = 5
# call rhd to mat conversoin module
elecphys.conversion.convert_rhd_to_mat(folder_path, output_mat_file, ds_factor)

Documentation

Please check this link for full documentation

Project details


Download files

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

Source Distribution

elecphys-0.0.57.tar.gz (28.2 kB view details)

Uploaded Source

Built Distribution

ElecPhys-0.0.57-py3-none-any.whl (31.7 kB view details)

Uploaded Python 3

File details

Details for the file elecphys-0.0.57.tar.gz.

File metadata

  • Download URL: elecphys-0.0.57.tar.gz
  • Upload date:
  • Size: 28.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for elecphys-0.0.57.tar.gz
Algorithm Hash digest
SHA256 ef2a42c1c46db638d4eee339d387fba4eb8bc07ee74b7bc24e57b2a2b446528c
MD5 438fb54903ac13c573fad974b8da1ec6
BLAKE2b-256 671d38a709db35f51fd65b1a7c1fa0ef8bac4233b127960500cce89a209c3d2e

See more details on using hashes here.

File details

Details for the file ElecPhys-0.0.57-py3-none-any.whl.

File metadata

  • Download URL: ElecPhys-0.0.57-py3-none-any.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for ElecPhys-0.0.57-py3-none-any.whl
Algorithm Hash digest
SHA256 d0e44921dc0e2377617122016b4cef89e795422af62bdf8bfb6992433933b2e2
MD5 009640c0dfd9a56e8b2d4cee98618cbd
BLAKE2b-256 82dda9037902eb07d4d2431ed9f532f2815c044eb535bae25b66c02e4a8f4f77

See more details on using hashes here.

Supported by

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