-
Notifications
You must be signed in to change notification settings - Fork 190
[BEP032] Review and clean-up suggestions #2293
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
Merged
Conversation
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
…base hemispher column
Microelectrodes require micrometer-scale measurements different from iEEG. Added size__microephys with um² units.
…in accordance with ProbeInterface norms
Member
Author
|
Hi @bendichter, could you please review this? these are not major changes but already discussed decisions and refactoring/comment cleanups. I will continue refactoring the schema to follow BIDS best practices but these were the only ones I had noticed so far. Thanks! |
Contributor
Member
Author
Contributor
|
ah! haha sorry I understand now. |
bendichter
approved these changes
Jan 5, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Units & Dimensions
sizeunit to um² and removed remainingdimension_unitreferences per ProbeInterface conventions.Schema Refactoring (Column Unification)
x__electrodes,y__electrodes,z__electrodesto use basex,y,zcolumns withdescription_addendumfor microephys-specific context (matching iEEG pattern).units__channelsto use base units column (matching iEEG, EEG, MEG, EMG pattern).Resolved TODOs
gainTODO - no objections and comment favoring current implementation.MicroephysCoordinateSystemTODOs - enums already added in 6284d36, unified system preferred over ecephys/icephys split.RequiredCoordsystemcheck from checks/microephys.yamlFuture Unification Comments
hemisphere__probes,manufacturer__probes, andmaterial__probesfor future unification with base columns (requires generalizing base descriptions from "electrode" to be context-agnostic).Documentation Fixes
MicroephysCoordinateSystemdescription.events.yamlto include microephys in channel column addendum, fixed typo.contact_countcolumn and oldprobesuffix.