-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
All motion params #1624
All motion params #1624
Conversation
Syntax error corrected
…and cpac_outputs.tsv. tsv files with combined motion and power values saved to working and output directory
There seem to be four files that might have been accidentally created - viewing the Files Changed will show 4 empty files, with names of our usual files but in the wrong places:
You'll need to remove these before merging. |
Deleted empty file.
Deleted empty file.
Deleted empty file.
Deleted empty file.
Deleted the empty files and tested and updated the PR. |
…l_motion_params Update the local branch with updates with the changes that were made online (deleted empty files).
🔀 All motion params / resolve merge conflicts
Co-authored-by: Elizabeth Kenneally <113037677+e-kenneally@users.noreply.github.com>
9acb468
to
e4c5d11
Compare
Currently testing that outputs are
Note: we'll probably want to rename these again soon since BIDS now uses |
Co-authored-by: Elizabeth Kenneally <113037677+e-kenneally@users.noreply.github.com>
Thank you!
Do we want to just do this now? Is there a defined proper name to use in the spec other than |
074717a
to
483bad8
Compare
Looks like |
7b33c49 changes the format of
(36 rows + a header × 2 columns) to
(1 row + a header × 36 columns) |
Amazing! Very happy to merge this in after almost 2 years 😆 |
Fixes
Fixes #1576 by @sgiavasis
Description
The pull request is used to condense the motion parameters into a two .tsv files.
Technical details
changes made to func_preproc.py and generate_motion_statistics.py.
All .1D files mentioned below combined into 1 .tsv file:
sub-_ses-_task-rest_run-_framewise-displacement-jenkinson.1D
sub-_ses-_task-rest_run-_framewise-displacement-power.1D
sub-_ses-_task-rest_run-_max-displacement.1D
sub-_ses-_task-rest_run-_rels-displacement.1D
sub-_ses-_task-rest_run-*_movement-parameters.1D
All 2D matrix values mentioned below combined into 2nd .tsv file:
sub-_ses-_task-rest_run-_motion-params.txt
sub-_ses-_task-rest_run-_power-params.txt
The new files generated are motion.tsv and summary-motion.tsv.
Tests
Run the PR with any BIDS dataset and the two .tsv files should be generated in the working and output directory.
Checklist
Update index.md
).develop
branch of the repository.Developer Certificate of Origin
Developer Certificate of Origin