Skip to content

Help with amico.Evaluation #168

Answered by nightwnvol
mmsignes asked this question in Q&A
Sep 11, 2023 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

You're right; after setting the study_path and subject arguments in your Evaluation object, you only have to specify the input file names for the methods of the Evaluation class, e.g. the load_data method.

ae = amico.Evaluation("Study", "S01")
ae.load_data("S01_dwi.nii.gz", "eddy_dwi.scheme", "S01_mask.nii.gz")

fsl2scheme is not a method of the Evaluation class, so you have to specify the entire path of your bval and bvec files. This is because in a study, if the data were acquired with the same acquisition parameters, the subjects will share the same bval and bvec files. Therefore, one could generate a single scheme file and use it for all the subjects in the study.

I agree with you that…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mmsignes
Comment options

@nightwnvol
Comment options

@mmsignes
Comment options

@nightwnvol
Comment options

Answer selected by mmsignes
@mmsignes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants