You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arbitrary contour -- problematic as could contain arbitrary number of points to describe
Existing structures/definitions in BIDS
_headshape.pos -- a shape/contour of the head. (interestingly it is for MEG, but for _acq-EEG and EEG section does not define any shapes, only fiducial points and individual xyz of electrodes).
???
Potential solutions
shape entity + complimentary shapes/ folder
Define shape entity so there could be shape_id = shape_<label>.
Any {probe,shank,electrode}s.{tsv,json} could have shape_id column to associate any particular instance with a specific shape
shapes.{tsv,json} could potentially provide description of "simple" shapes right there as e.g. with pre-specified columns such as planar_geometry (circle, square), and properties for those (width, radius) as applicable, with value "custom" pointing to the next:
In a spirit of Make it possible to specify folders layout to be other than sub-{label}/[ses-{label}/] bids-2-devel#54 define top level, shapes/ folder with shape-<label>_shape.pos files to describe shapes for any given probe shape in the .pos format (whatever it is) or adopt some other appropriate formats e.g. for mesh definitions or contours etc. This way there could also form some "reusable" shapes/ collection.
The text was updated successfully, but these errors were encountered:
Problem space
It came up in the scope of working on https://bids.neuroimaging.io/bep032 , which is currently being transferred from google doc into
in the need to describe the "contours" of the
Per our discussion with @bids-standard/bep032 folks involved in other BEPs (such as @robertoostenveld ) we saw relation to e.g.
Definitions space
I see many definitions of 3D shapes could be generalized into
And in turn planar (2D) contours could be generalized into
Existing structures/definitions in BIDS
_headshape.pos
-- a shape/contour of the head. (interestingly it is for MEG, but for_acq-EEG
and EEG section does not define any shapes, only fiducial points and individual xyz of electrodes).Potential solutions
shape
entity + complimentaryshapes/
foldershape
entity so there could beshape_id = shape_<label>
.{probe,shank,electrode}s.{tsv,json}
could haveshape_id
column to associate any particular instance with a specific shape_electrodes.{tsv,json}
suffix/sidecar files! so it is just a matter of the fact that any{entity_plural}.{tsv,json}
becomes a suffix if within another entity (left comment in Remove the suffix and exclusively use entities in the filename. bids-2-devel#58 (comment))shapes.{tsv,json}
could potentially provide description of "simple" shapes right there as e.g. with pre-specified columns such asplanar_geometry
(circle, square), and properties for those (width
,radius
) as applicable, with value "custom" pointing to the next:shapes/
folder withshape-<label>_shape.pos
files to describe shapes for any given probe shape in the .pos format (whatever it is) or adopt some other appropriate formats e.g. for mesh definitions or contours etc. This way there could also form some "reusable"shapes/
collection.The text was updated successfully, but these errors were encountered: