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
Do you know what is the possible reason of MCP3DS with an output of all NAN?
Also when running: mask3 = robustmask(romeovoxelquality(phase; mag)); # Using magnitude and phase
, it complains about the loss of key word TEs.
Thanks!
The text was updated successfully, but these errors were encountered:
For the NAN problem
Can you check if your inputs to mcpc3ds contain NaNs?
for example: sum(.!isfinite.(phase)) phase[.!isfinite.(phase)] .= 0 might help in that case before using mcpc3ds.
If that doesn't fix your problem, can you share your dataset for me to have a look?
romeovoxelquality
When your data is 4D, for example with multiple echoes, then you need to specify the echo time:
Do you know what is the possible reason of MCP3DS with an output of all NAN?
Also when running: mask3 = robustmask(romeovoxelquality(phase; mag)); # Using magnitude and phase
, it complains about the loss of key word TEs.
Thanks!
The text was updated successfully, but these errors were encountered: