-
Notifications
You must be signed in to change notification settings - Fork 6
Add visfAtlas #38
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
Merged
marcobarilari
merged 25 commits into
cpp-lln-lab:dev
from
marcobarilari:marco_add-visfAtlas
May 18, 2022
Merged
Add visfAtlas #38
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e797cdb
add files for visfAtlas
marcobarilari a9d603f
update functions to accomodate visfAtlas
marcobarilari 855a90d
update demo with visfAtlas demo
marcobarilari 9b939cb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0991874
add new atlas to the readme
marcobarilari 7851f07
convert README to md
marcobarilari f53f429
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 887ce23
add tests for atlas visfAtlas
marcobarilari 36c0227
add error message if hemisphere label is not correct
marcobarilari a124301
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3efae81
Auto stash before merge of "marco_add-visfAtlas" and "marcobarilari/m…
marcobarilari 5bca4fe
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 794b027
fix bug
marcobarilari 5f7916d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e71caa2
Apply suggestions from code review
marcobarilari 52b3f9c
change one test to adapt to new bids matlab
Remi-Gau 47918f6
fix another test that was failing because of a bids matlab update
Remi-Gau 051519d
add a clean_lib recipe to makefile
Remi-Gau 12ea04d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d3ce3e6
Apply suggestions from code review
marcobarilari 73a0867
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ee42b7b
fix failing tests
marcobarilari fa80716
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ca14a77
fix case bug in test
marcobarilari 3786bb0
make things less case sensitive
Remi-Gau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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,34 @@ | ||
label,ROI,func | ||
1,lh_mFus,faces | ||
2,lh_pFus,faces | ||
3,lh_IOG,faces | ||
4,lh_OTS,bodies | ||
5,lh_ITG,bodies | ||
6,lh_MTG,bodies | ||
7,lh_LOS,bodies | ||
8,lh_pOTS,characters | ||
9,lh_IOS,haracters | ||
10,lh_CoS,places | ||
11,lh_hMT,motion | ||
12,lh_v1d,retinotopic | ||
13,lh_v2d,retinotopic | ||
14,lh_v3d,retinotopic | ||
15,lh_v1v,retinotopic | ||
16,lh_v2v,retinotopic | ||
17,lh_v3v,retinotopic | ||
18,rh_mFus,faces | ||
19,rh_pFus,faces | ||
20,rh_IOG,faces | ||
21,rh_OTS,bodies | ||
22,rh_ITG,bodies | ||
23,rh_MTG,bodies | ||
24,rh_LOS,bodies | ||
25,rh_CoS,places | ||
26,rh_TOS,places | ||
27,rh_hMT,motion | ||
28,rh_v1d,retinotopic | ||
29,rh_v2d,retinotopic | ||
30,rh_v3d,retinotopic | ||
31,rh_v1v,retinotopic | ||
32,rh_v2v,retinotopic | ||
33,rh_v3v,retinotopic |
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,16 @@ | ||
visfAtlas in nifti volume format | ||
|
||
The visfAtlas is based on N19 subjects. In FreeSurfer, it is aligned to the fsaverage brain. In BrainVoyager, it is aligned to a newly generated average brain for BrainVoyager, called the BVaverage. The BVaverage is distributed with this publication. The nifti volume atlas is aligned to the MNI colin27 brain. | ||
|
||
Citing: | ||
|
||
Please cite the article for use of the functional atlas as well as the BVaverage. | ||
|
||
Rosenke, M., van Hoof, R., van den Hurk, J., Goebel, R. (2020). A probabilistic functional parcellation of human occipito-temporal cortex. TBD | ||
|
||
To acknowledge using this atlas in your research, you might include a sentence like one of the following: | ||
|
||
"We used the functional atlas of visual cortex developed by Rosenke et al. (2020)…” | ||
|
||
|
||
The maximum probability map can be visualized by opening the visfATlas\_volume.nii.gz file and loading the correct color map (visfAtlas\_FSL.cmap) through the overlay display panel. |
Binary file not shown.
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
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
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.