JuliaHealth / KomaMRI.jl

Koma is a Pulseq-compatible framework to efficiently simulate Magnetic Resonance Imaging (MRI) acquisitions. The main focus of this package is to simulate general scenarios that could arise in pulse sequence development.
https://JuliaHealth.github.io/KomaMRI.jl/dev/
MIT License
111 stars 19 forks source link

Plot 2D phantoms in 2D and 1D phantoms in 1D #271

Open beorostica opened 9 months ago

beorostica commented 9 months ago

Up to now, all phantoms (1D, 2D, and 3D) have been plotted in 3D plots. We now want the 1D and 2D phantoms to be plotted in 2D plots.

cncastillo commented 9 months ago

Just want to mention that this needs a way to realize if the phantom is flat, for example by checking if the positions are in the plane z=0, but this could be true in the planes x=0 and y=0 as well.