Skip to content
Discussion options

You must be logged in to vote

Hi! there's a way to give a mask instead of a range, an example is shown here: https://juliahealth.org/KomaMRI.jl/dev/reference/2-koma-base/#KomaMRIBase.SpinRange, @pvillacorta could confirm.

Nevertheless, I wouldn't recommend you to do that! As the use of a mask instead of a range makes the simulation very inefficient.

What I can recommend is to create a phantom with all the tissues you want to be static obj_static, and another that is dynamic with spin range AllSpins() called obj_dynamic. You can combine both with obj = obj_static + obj_dynamic. This new object will be efficient, and contain motion for only one tissue.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pvillacorta
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants