aTrotier

Results 9 issues of aTrotier

I am working with non-squared matrix 2D (x != y) or 3D (x != y != z). For example an image of 220 x 160, when applying the DWT it...

```julia using NFFT, NFFTTools J = 11 y = rand(J) .- 0.5 N = (16,20) p1 = plan_nfft(y, N, dims=1) f = randn(ComplexF64, N) fHat = p1 * f w=sdc(p1)...

### What happened? Hi, I would like to create a simultaneous multi-slice (SMS) example for a course. First, I created with pypulseq a standard Multi-slice GRE sequence with long TR=1000ms...

bug

This PR will read the labels section of PR and in the end fill each profile with the corresponding MDH. It could be used to reconstruct multi-contrast / slice /...

### Feature Request Pulseq 1.5.0 has been released (in matlab). KomaMRI does not handle this version Maybe we can just add a warning for version higher to a specific version

enhancement

Hi, I have files from a motion databases which associates a motion matrice to a TimeStamp. The timestamp parts is not loaded by MAT.jl ![Image](https://github.com/user-attachments/assets/eeed5bdc-0f79-4c69-9991-fbfb2b47b0fe) The matlab type is "duration"

### Feature Request Hi, We saw a lot of issues from imperfect choice of simulation parameters (which are not really available in the UI) This issue will list some of...

enhancement

### What happened? When a non-standard label is used in the .seq format, we get an error in get_label function : .seq : `139 1 IMA` ``` ERROR: type AdcLabels...

bug

### What happened? Hi, I am trying to play around the labels but I am facing an issue which also happens for the other events. I can't change the value...

bug