-
Notifications
You must be signed in to change notification settings - Fork 11
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
MPM example #34
Comments
Please see this branch, where I changed file names. Remaining steps:
|
AFAICS, the images in the MPM folder still follows the previous order:
|
@tiborauer thanks for the heads up, you're right. I will correct them as I edit json files.
|
@agahkarakuzu thank you for nice fixes on the MPM example! I'll start working on that branch as well to create the 'derivatives' folder - happy to help with the json files as well if useful, or I can give it a quick proof-read afterwards. I had a quick look now and noticed a small spelling mistake in the third PDw echo json where it says 'of' rather than 'off', but it's probably not worth correcting now as it will get changed again? |
Thanks for #38 :)
Thank you, feel free to work on it as you like! Regarding json files, the root json file ( |
Hey folks - in #22 I think we're not following the derivatives proposal accurately.... (Here's the proposal: https://github.com/bids-standard/bids-specification/blob/derivatives/src/05-derivatives/01-introduction.md) We should have a pipeline name for each of the derived folders, right? I might be totally missing the mark here.... 😬 UPDATE - I've made an |
This is related to #46 |
I fixed some of these issues in #38 - hopefully it is fairly up to date now, let me know if there's anything more I should change. |
Regarding the examples, the current version contains a template
sub-<participant_label>[_ses-<session_label>][_<indexable_metadata>-<index>][_acq-<label>][_part-<mag/phase>][_ce-<label>][_rec-<label>][_run-<index>]_<suffix>.nii.gz
,so the MPM example should be:
sub-01_echo-1_acq-MTon_part-mag_MPM.nii.gz
sub-01_echo-1_acq-MToff_part-mag_MPM.nii.gz
sub-01_echo-1_acq-T1w_part-mag_MPM.nii.gz
(i.e. "acq" before "part")
The text was updated successfully, but these errors were encountered: