-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove trailing spaces at end-of-line * Add missing newline at end-of-file
- Loading branch information
1 parent
739a3e1
commit 2a33214
Showing
7 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -8,4 +8,4 @@ dependencies: | |
- pyyaml | ||
- pytest | ||
- h5py | ||
- six | ||
- six |
This file contains 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 |
---|---|---|
|
@@ -18,4 +18,4 @@ exclude = | |
.git, | ||
__pycache__, | ||
.vscode, | ||
max-line-length=120 | ||
max-line-length=120 |
This file contains 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Developer: William Clarke | ||
Name of the software: pymapVBVD | ||
Abstract: A python port of the Matlab mapVBVD tool for reading Siemens Twix files. | ||
Language: Python | ||
Credit: No credit is required for the use of this code. | ||
Contact: [email protected], www.win.ox.ac.uk/people/william-clarke | ||
Developer: William Clarke | ||
Name of the software: pymapVBVD | ||
Abstract: A python port of the Matlab mapVBVD tool for reading Siemens Twix files. | ||
Language: Python | ||
Credit: No credit is required for the use of this code. | ||
Contact: [email protected], www.win.ox.ac.uk/people/william-clarke |
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
""" | ||
Created by shahdloo | ||
22/09/2020 | ||
""" | ||
""" |
This file contains 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