aTrotier

Results 45 comments of aTrotier

Hi everybody, In our lab/papers we decided to use the term "echo train length" even if it is also related to Turbo Spin Echo Sequence. It make sense to us...

I also think it is an important feature for biomedical imaging. We are used to create "phantom" with various dilution of contrast agent. For now, I store the dilution under...

I have a working example for that : ```julia using ImageUtils using Wavelets using Plots ph = shepp_logan(128) heatmap(ph) W_ph = dwt(ph,wavelet(WT.db2)) heatmap(abs.(W_ph),clim=(0,1)) ## perform Wavelet on rectangular matrix with...

Oh, I thought that results will be the same but your are right, it is totally different : Do you think it is better for CS-MRI to use the standard...

@uecker something like that : ![image](https://user-images.githubusercontent.com/12255163/198527424-10ae8dc3-d079-46f2-ae3e-758d85448fa0.png) ```julia ## try a more unified way ph = shepp_logan(128) ph2 = ph[:,1:100] sph2 = size(ph2) MaxL = Int[] for (i,val) in enumerate(sph2) push!(MaxL,maxtransformlevels(val))...

Hi great job, Something interesting might be to benchmark the memory consumption for each package. We are often limited in our research by that points and we are willing to...

Right now : `println(seq.DEF["additional_text"])`only return some parts of the extension : ``` # Format of extension lists: # id type ref next_id # next_id of 0 terminates the list #...

Up this topic :) I am developing a more complex sequence with multiple interleaving between slice / specific phase encoding / contrast. For now, I am manually editing the label...

still the same issue when I installed it from pip pypulseq 1.3.1.post1 pypi_0 pypi

Yes, the gradient are not aligned with RF pulses : [Archive.zip](https://github.com/user-attachments/files/19547957/Archive.zip)