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

ieeg_epilepsy / ieeg_epilepsy_ecog: Fix CoordinateSystem #219

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"iEEGCoordinateSystem": "MNI152",
"iEEGCoordinateSystem": "Other",
"iEEGCoordinateUnits": "mm",
"iEEGCoordinateSystemDescription": "MNI152 affine normalization with SPM12 function spm_maff8",
"iEEGCoordinateProcessingDescription": "Deman, P., Bhattacharjee, M., Tadel, F., Job, A. S., Rivière, D., Cointepas, Y., Kahane, P., … David, O. (2018). IntrAnat Electrodes: A Free Database and Visualization Software for Intracranial Electroencephalographic Data Processed for Case and Group Studies. Frontiers in neuroinformatics, 12, 40. doi:10.3389/fninf.2018.00040",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"iEEGCoordinateSystem": "MNI152Lin",
"iEEGCoordinateSystem": "Other",
"iEEGCoordinateUnits": "mm",
"iEEGCoordinateSystemDescription": "SEEG contact coordinates in MNI152 normalized space",
"iEEGCoordinateProcessingDescription": "SEEG contacts manually placed with Brainstorm on the post-implanation T1 MRI, which was normalized with SPM12 function spm_maff8",
"iEEGCoordinateProcessingReference": "Hermes et al., 2010 JNeuroMeth",
"IntendedFor": "sub-ecog01/ses-postimp/anat/sub-ecog01_ses-postimp_T1w.nii.gz"
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"iEEGCoordinateSystem": "other",
"iEEGCoordinateSystem": "Other",
"iEEGCoordinateUnits": "mm",
"iEEGCoordinateSystemDescription": "Subject head coordinates, as defined by the sform transformation in the associated nii file",
"iEEGCoordinateProcessingDescription": "SEEG contacts manually placed with Brainstorm on the post-implanation T1 MRI",
"iEEGCoordinateProcessingReference": "https://neuroimage.usc.edu/brainstorm/Tutorials/ECoG",
"IntendedFor": "sub-ecog01/ses-postimp/anat/sub-ecog01_ses-postimp_T1w.nii.gz"
}
}