You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may be missing something, an assumption or convention, but the DWI carpet plot assumes that the b0 image has a perfect b-value of 0 s/mm^2 and that there is a single b-value. Often, this is not the case: there might be multiple b-values and the b0 image may have non-zero b-values (e.g. 5 s/mm^2).
Should be changed to be as general as possible, or else, tell the user to provide the desired b0 value for the normalization.
Although I am using the 24.0.2 release, the block is the same in the current HEAD (67b5f0c)
Else, if what is in place is correct, maybe it should be documented?
I am saying that my data is BIDS-valid, but I am using some single voxel toy data, so it is not BIDS-validated. I spot this looking at the code/debugging some eddymotion code as I needed to call the function.
What command did you use?
N/A
What version of the software are you running?
24.0.2
How are you running this software?
Docker
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
No
Please copy and paste any relevant log output.
N/A
Additional information / screenshots
N/A
The text was updated successfully, but these errors were encountered:
What happened?
I may be missing something, an assumption or convention, but the DWI carpet plot assumes that the b0 image has a perfect b-value of 0 s/mm^2 and that there is a single b-value. Often, this is not the case: there might be multiple b-values and the b0 image may have non-zero b-values (e.g. 5 s/mm^2).
So the block starting here
https://github.com/nipreps/nireports/blob/24.0.2/nireports/reportlets/modality/dwi.py#L489
Should be changed to be as general as possible, or else, tell the user to provide the desired b0 value for the normalization.
Although I am using the 24.0.2 release, the block is the same in the current HEAD (67b5f0c)
Else, if what is in place is correct, maybe it should be documented?
I am saying that my data is BIDS-valid, but I am using some single voxel toy data, so it is not BIDS-validated. I spot this looking at the code/debugging some
eddymotion
code as I needed to call the function.What command did you use?
What version of the software are you running?
24.0.2
How are you running this software?
Docker
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
No
Please copy and paste any relevant log output.
Additional information / screenshots
N/A
The text was updated successfully, but these errors were encountered: