Allow "B" and "U" as valid values for "hemi-<label>" #2088
andersonwinkler
started this conversation in
BIDS Extension Proposals
Replies: 1 comment
-
+1 from me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
We currently have
hemi-L
andhemi-R
for left and right hemispheres respectively.I'd like to propose that we also allow for:
hemi-B
for files that contain structures for both hemispheres (B
standing for both or bilateral)hemi-U
for files that contain structures that are unique or not lateralized (U
standing for unique).For example, suppose I have a mask for the left amygdala and one for the right amygdala. If they are in separate files, I can currently name them with
hemi-L
andhemi-R
. But suppose I merge both masks into one file and want to retain the convenience of keeping file names consistent with the lateralized versions to simplify scripts. Then the file with both amygdalae would usehemi-B
.Another example: I merge surface data for left and right cortices to run a joint statistical analysis, or render them together in some application and save that scene for later reuse. That merged file for stats or the scene file for viewing would use
hemi-B
.For structures that are unique or which we don't in general artificially split by a sagittal plane, e.g., brain stem, pons, periaqueductal gray, corpus callosum, pineal, hypophysis, fornix, optic chiasm, basilar artery, all the great sinuses, 3rd and 4th ventricles, and various other structures, we would use
hemi-U
, whereU
would stand for "unique".What do you think?
Thanks!
Anderson
Beta Was this translation helpful? Give feedback.
All reactions