KomaMRI.jl icon indicating copy to clipboard operation
KomaMRI.jl copied to clipboard

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 s...

Results 86 KomaMRI.jl issues
Sort by recently updated
recently updated
newest added

Changing `import Base: fun` to `Base.fun` and minor bug fixes. This PR potentially fixes nightly's CI problems. https://juliahealth.org/KomaMRI.jl/previews/PR373/

Implementation of a dictionary simulation method for MRF applications. The implementation in `BlochVoxelDictSimulation.jl` relies on the usage of the phantom defined in `T1T2_voxel_phantom.jl` in order to perform the simulations. Both...

It would be nice if two spin groups could have different Simple Motion's, for that SimpleMotion should have a `Nspins` that affects, so we can index it properly. _Originally posted...

Just checked JuliaGPU, and they run their GPU functions in BuildKite. https://github.com/JuliaGPU/buildkite https://github.com/CliMA/Oceananigans.jl It is worth taking a look at. Suggested test: compare CPU F32 with GPU F32 simulation results.

enhancement
2) medium priority

> Athe x-axis is always the same, we would like to re-use the weights. It could be interesting to take a look at https://github.com/JuliaMath/Interpolations.jl/issues/484 > https://juliamath.github.io/Interpolations.jl/latest/devdocs/#Interpolant-usage _Originally posted by @cncastillo...

I believe most of the code is following the [Julia blue](https://github.com/invenia/BlueStyle) code style (we need to read this **carefully**). A re-check of the code to verify that this is true...

enhancement
1) high priority

Hello, me again :) Two aspects on Pulseq that I have noticed: # 1. Speed I have been toying a bit more with Koma, now moving to even larger pulseq...

1) high priority

### What happened? As some people have commented, the plots can become quite slow for long sequences. I enabled a few new options in plot_seq: - `gl=false`: That changes the...

bug
KomaUI

It is a good idea to go deeper in the creation of code tests. This really will help to accept the contribution of other guys. For instance, tests for KomaMRIFiles...