Open araikes opened 1 year ago
thanks Adam - what's your specific suggestion with
A better approach would be to set a tolerance for what to consider a b=0 image. DIPY handles this rather gracefully with read_bvals_bvecs and gradient_table.
consider the first volume with b<100
to be the effective b=0 volume
? or call it the minimal b volume
? :)
Hi @raamana,
Thought I responded to this but apparently didn't. I'd use "effective b=0." I think that's probably more technically correct. With such a low diffusion weighting, it's effectually 0 (for analytic intents and purposes).
Right. Let me know if want me help you walk through the codebase e.g., reg #80
master
branchDescription
Building on #78,
visualqc_diffusion
expectsb=0
images to genuinely be annotated that way in thebval
file. However, this may not always be the case (e.g., precise reporting from theb-matrix
, preclinical imaging). This then throws an error that there are no b=0 files.A better approach would be to set a tolerance for what to consider a
b=0
image. DIPY handles this rather gracefully withread_bvals_bvecs
andgradient_table
.What I Did