Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Create BOnD class and implement major use cases #13

Merged
merged 49 commits into from
Oct 19, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
93d0694
add initial testing
mattcieslak Oct 7, 2020
8576f73
first proof
TinasheMTapera Oct 7, 2020
0dec958
Merge branch 'use_cases' of https://github.com/PennLINC/BOnD into use…
TinasheMTapera Oct 7, 2020
e721e3b
add tests
mattcieslak Oct 7, 2020
0ede65d
Merge branch 'use_cases' of github.com:PennLINC/BOnD into use_cases
mattcieslak Oct 7, 2020
14e80f8
add nipype as dependency
mattcieslak Oct 7, 2020
1886891
Add testing data
mattcieslak Oct 8, 2020
ff54f28
rename_files function
scovitz1 Oct 8, 2020
04e8386
update tests
mattcieslak Oct 8, 2020
3477bbc
rename_files now performs find/replace onall path names in a BIDS dir…
scovitz1 Oct 8, 2020
3dad960
function has been tested on testdata
scovitz1 Oct 8, 2020
841ac75
using member var
scovitz1 Oct 8, 2020
2c4f357
add import to init
mattcieslak Oct 8, 2020
7283fdf
Merge branch 'use_cases' of github.com:PennLINC/BOnD into use_cases
mattcieslak Oct 8, 2020
c361129
test commit
mattcieslak Oct 8, 2020
c5e6fd3
should be here now
scovitz1 Oct 8, 2020
95e2d26
passes a test!!!
mattcieslak Oct 8, 2020
5f41043
closes #8
scovitz1 Oct 8, 2020
92ae019
remove hidden files
mattcieslak Oct 8, 2020
88ae1e3
Add files via upload
krmurtha Oct 8, 2020
ddd6c0a
basma's notebook to work with json metadata
jaberbasma Oct 8, 2020
eddd31d
fieldmaps PofC
TinasheMTapera Oct 8, 2020
2f2a684
Merge pull request #9 from PennLINC/usecases
TinasheMTapera Oct 8, 2020
23ac422
re-adding testdata
TinasheMTapera Oct 9, 2020
c7ed600
Add data with multiple parameter groups.
mattcieslak Oct 9, 2020
a3ca59a
Update docs
mattcieslak Oct 9, 2020
15a2d6f
use pybids filters
mattcieslak Oct 9, 2020
a98096b
Add files via upload
jaberbasma Oct 9, 2020
c561582
added pandas df
Oct 9, 2020
d184e70
`change_metadata` functional
TinasheMTapera Oct 9, 2020
a569d68
Merge branch 'use_cases' of https://github.com/PennLINC/BOnD into use…
TinasheMTapera Oct 9, 2020
7b204b3
removing testdata from `notebooks/testdata`
TinasheMTapera Oct 9, 2020
24c5d74
Added imaging params
mattcieslak Oct 9, 2020
3d61e6a
Add SliceTiming
mattcieslak Oct 9, 2020
a329af6
Add files via upload
jaberbasma Oct 9, 2020
906a6a5
Add files via upload
jaberbasma Oct 9, 2020
b6f27a9
Merge branch 'use_cases' of github.com:PennLINC/BOnD into use_cases
mattcieslak Oct 10, 2020
c16a500
key groups and param groups work!
mattcieslak Oct 10, 2020
4ab6edd
rounding slice timing
scovitz1 Oct 12, 2020
1503ddd
testing Key and Param Groups
scovitz1 Oct 12, 2020
c8e1c95
new notebooks
scovitz1 Oct 15, 2020
869e307
Update bond.py
scovitz Oct 15, 2020
279d5df
Update bond.py
scovitz Oct 15, 2020
7f6072c
Update bond.py
scovitz Oct 15, 2020
d4347aa
Many additions to bond.py, pull requested!
scovitz Oct 15, 2020
044b317
Add files via upload
scovitz Oct 15, 2020
5636b6c
Merge branch 'use_cases' into sydney-testing
TinasheMTapera Oct 15, 2020
a064e7d
Merge pull request #11 from PennLINC/sydney-testing
TinasheMTapera Oct 15, 2020
ff9e5b0
Added fieldmaps to param groups
mattcieslak Oct 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add import to init
  • Loading branch information
mattcieslak committed Oct 8, 2020
commit 2c4f357a95285b666084af6462935898eab78b86
2 changes: 2 additions & 0 deletions bond/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
__author__ = """Matt Cieslak"""
__email__ = '[email protected]'
__version__ = '0.1.0'

from .bond import BOnD
2 changes: 1 addition & 1 deletion notebooks/FirstProofofConcept.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down
1 change: 0 additions & 1 deletion tests/__init__.py

This file was deleted.