- Notifications
You must be signed in to change notification settings - Fork269
Support for BrainVoyager VTC, MSK, VMR and NR-VMP files#216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
thomastweets wants to merge9 commits intonipy:masterChoose a base branch fromthomastweets:master
base:master
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes fromall commits
Commits
Show all changes
9 commits Select commitHold shift + click to select a range
4699742 First implementation. Copy of LabeledWrapStruct without inheritance.
thomastweetsa87853d TEST: Fix failing test_image_api tests for new BV test files.
thomastweets9a13fd2 TEST+PL: Fix python3 string issues and linting.
thomastweetsd2929fc TEST: Fix rint error message filtering in test_image_api.
thomastweets9da49dc TEST: Add more BV tests.
thomastweetsaaa9a95 TEST: Remove try block around dtype and dimension checks.
thomastweets880b89a PL: Correct docstrings and variable naming (PEP8).
thomastweetsfdd34b5 DOC+PL: docstring corrections and minor clarifications.
thomastweets351ca44 DOC+PL+TEST: Correct docstrings and change to property decorators.
thomastweetsFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 2 additions & 0 deletionsnibabel/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletionsnibabel/arrayproxy.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletionsnibabel/brainvoyager/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # emacs: -*- mode: python-mode; py-indent-offset: 4; indent-tabs-mode: nil -*- | ||
| # vi: set ft=python sts=4 ts=4 sw=4 et: | ||
| ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ## | ||
| # | ||
| # See COPYING file distributed along with the NiBabel package for the | ||
| # copyright and license terms. | ||
| # | ||
| ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ## | ||
| ''' Support for BrainVoyager file formats ''' | ||
| from .bv_mskimportBvMskHeader,BvMskImage | ||
| from .bv_vmpimportBvVmpHeader,BvVmpImage | ||
| from .bv_vtcimportBvVtcHeader,BvVtcImage | ||
| from .bv_vmrimportBvVmrHeader,BvVmrImage | ||
| __all__= ('BvMskHeader','BvMskImage', | ||
| 'BvVmpHeader','BvVmpImage', | ||
| 'BvVtcHeader','BvVtcImage', | ||
| 'BvVmrHeader','BvVmrImage') |
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.