Phantom creation #312
-
Hello! First of all, thank you for a great work, the simulator is so easy to use and fast! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi! perhaps this should be included in the docs in "Creating your own phantom" (@beorostica could add this? 🙏), but you can directly modify the struct that is being used be the GUI by doing the following in the REPL obj_ui[] = your_phantom This is further described in https://juliahealth.org/KomaMRI.jl/stable/ui-details/#REPL-and-UI-communication. Ideally, we would want to write the phantom and load it in the GUI, but that is currently being worked on in #184, so for the moment this should work 😃. Please do not hesitate to ask if you have any further questions! |
Beta Was this translation helpful? Give feedback.
What version of Koma are you using? (It should tell you the version when launching the GUI). If it is not 0.8, try updating first by typing
] up
in the Julia REPL. You should see something like this