-
Notifications
You must be signed in to change notification settings - Fork 14
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
[ENH] start implementing BIDS stats model transformers #493
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #493 +/- ##
==========================================
+ Coverage 73.33% 73.52% +0.19%
==========================================
Files 190 192 +2
Lines 3945 4004 +59
==========================================
+ Hits 2893 2944 +51
- Misses 1052 1060 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
lol |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Now i'm afraid! |
In brief: the BIDS stats model specification should in theory allow you to define a bunch of operation you want to perform on your "inputs" before you include them in the models. The simplest example I have started implementing is: say you have an difference between the stimuli onsets written in your You can either:
Which one do you take? |
Added a bit of doc about this in here (scroll down): https://cpp-spm.readthedocs.io/en/dev/set_up.html#bids-model-json-files |
Add
,Subtract
,Divide
,Multiply
operations (many more to go)List of transforms to implement