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

Default max step-size for RF waveforms #128

Open cncastillo opened 1 year ago

cncastillo commented 1 year ago

For the time being, the max allowed RF step-size is Δt_rf=5e-5 or $50 \mu\mathrm{s}$. This is relevant to correctly simulate when we have considerable relaxation while the excitation is occurring. Regardless, this has not been thoroughly tested. Maybe $100 \mu\mathrm{s}$ is enough for most cases?

The effect this would have is to accelerate the simulation with simulate(...), without specifying simParams (default parameters).

cncastillo commented 2 weeks ago

Related to #201. An increase in simulation accuracy can also imply a smaller step size.