-
Notifications
You must be signed in to change notification settings - Fork 163
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
[FIX] Rename channels.tsv
column: orientation_component
to component
#1417
Conversation
Following discussion on issue 1393
Wording change in IMU channel description in nirs
Tagging @sappelhoff, I think reviewers were autoassigned |
Codecov ReportBase: 88.65% // Head: 88.65% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #1417 +/- ##
=======================================
Coverage 88.65% 88.65%
=======================================
Files 11 11
Lines 1084 1084
=======================================
Hits 961 961
Misses 123 123 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sjeung!
I'll check if we would also need to adjust the BIDS validator if these changes were to be merged.
I think you also need to edit src/schema/rules/checks/nirs.yaml
--> there is an OrientationComponent
in there as well.
A good trick to catch every specific word you want to edit is to use an editor like VSCode that allows you to open a full directory and then search all files in that directory. for example in VSCode that can be done with Ctrl+Shift+F.
If you don't have VSCode but want to search a GitHub repo, you can also navigate to the repo in your browser and then press dot (.
) to open up a VSCode instance in your browser, and from there you can do the search trick.
See screenshot:
tagging @JuliusWelzel as this trick might be handy to know for you as well.
channels.tsv
column: orientation_component
to component
Thanks @sjeung and all involved reviewers. @sjeung and @JuliusWelzel I hope you can now proceed with taking these adjustments to the spec, validator, and examples so that we'll soon be ready for the BEP029 MOTION community review 🙂 |
Following the discussion on issue:
(closes #1393)
orientation_component
column in*_channels.tsv
tocomponent
to cover non-orientation spatial channels andaccompanying validator PR: