معرفی شرکت ها


dimep-0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Measures ipsilateral MEPs
ویژگی مقدار
سیستم عامل -
نام فایل dimep-0.2
نام dimep
نسخه کتابخانه 0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Robert Guggenberger
ایمیل نویسنده robert.guggenberger@uni-tuebingen.de
آدرس صفحه اصلی https://github.com/translationalneurosurgery/tool-dimep
آدرس اینترنتی https://pypi.org/project/dimep/
مجوز MIT
[![status](https://github.com/translationalneurosurgery/tool-dimep/workflows/pytest/badge.svg)](https://github.com/translationalneurosurgery/tool-dimep/actions) [![Documentation Status](https://readthedocs.org/projects/tool-dimep/badge/?version=latest)](https://tool-dimep.readthedocs.io/en/latest/?badge=latest) [![Coverage Status](https://coveralls.io/repos/github/translationalneurosurgery/tool-dimep/badge.svg?branch=develop)](https://coveralls.io/github/translationalneurosurgery/tool-dimep?branch=develop) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://en.wikipedia.org/wiki/MIT_License) # Detection of Ipsilateral Motor Evoked Potentials **DiMEP** stands for **D**etection of **i**psilateral **M**otor **E**voked **P**otentials and was developed by [Robert Guggenberger](https://www.robert-guggenberger.de) at the [Institute of Neuromodulation and Neurotechnology of the University Hospital Tübingen](https://www.medizin.uni-tuebingen.de/go/neuromodulation). Installation ------------ Install the stabel release from PyPI with `pip install dimep` and the most recent development tip with `pip install git+https://github.com/translationalneurosurgery/tool-dimep.git`. Usage ----- Access the algorithms with ``` python from dimep.api import <algorithm> ``` and subsequently call them, e.g. with ``` python from dimep.api import lewis lewis(trace=trace, tms_sampleidx= 500, fs = 1000) # where the trace is the single-channel EMG recording # tms_sampleidx marks the onset of the TMS pulse # and fs is the sampling rate. ``` Documentation ------------- Read the documentation on [readthedocs](https://tool-dimep.readthedocs.io/en/latest/?badge=latest).


نیازمندی

مقدار نام
- scipy
- numpy


نحوه نصب


نصب پکیج whl dimep-0.2:

    pip install dimep-0.2.whl


نصب پکیج tar.gz dimep-0.2:

    pip install dimep-0.2.tar.gz