Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A python package for loading XDF files into MNE

License

NotificationsYou must be signed in to change notification settings

richardkoehler/pte-xdf

Repository files navigation

Python VersionsPyPiTestsCodecovLicenseContributorsCode StyleHomepage

PTE-XDF - Python tools for electrophysiology

PTE-XDF is a python package for working with XDF files in electrophysiology.

It provides an interface to load and work with XDF files inMNE.

Currently, it is only tested with files that were recorded with TMSi amplifiers.

Documentation

See the full documentationhere.

For a quick start continue reading.

Installing pte-xdf

Stable release

To install the latest stable release, simply type:

$ pip install pte-xdf

Development version

To install the latest development version, first clone this repository:

$ git clone https://github.com/richardkoehler/pte-xdf

Then install with the command:

$ pip install.

Usage

importpte_xdffname="my_recording.xdf"

Load a recording and use only the stream with 'stream_id' = 1.

raw=pte_xdf.read_raw_xdf(fname=fname,stream_picks=1,verbose=False)

Load a recording and use only the stream with 'name' = 'SAGA'.

raw=pte_xdf.read_raw_xdf(fname,stream_picks='SAGA',verbose=False)

Contributing

Please feel free to contribute yourselves or to open anissue when you encounter a bug or to request a new feature.

For any major changes, make sure to open anissue first.

For any minor additions or bugfixes, you may simply create apull request.

When you then create a pull request, be sure tolink the pull request to the open issue in order to close the issue automatically after merging.

How to contribute

To contribute yourselves, create a fork of this repository and rungit clone https://github_link_to_fork as describedabove.

Then create a development branch from your fork.

Navigate to the folder where the repository was cloned.

From your development branch run the command:

$ pip install -e .[dev]

This will additionally install packages for development, such as black, pylint, mypy and isort.

When you have finished working on your changes, you can then create a pull request to this repository.

License

PTE Stats is licensed under theMIT license.

About

A python package for loading XDF files into MNE

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp