MagneticResonanceImaging / MRIReco.jl

Julia Package for MRI Reconstruction
https://magneticresonanceimaging.github.io/MRIReco.jl/latest/
Other
85 stars 22 forks source link

Bruker pulse structure is not read correctly #86

Closed aTrotier closed 2 years ago

aTrotier commented 2 years ago

In bruker method file :

##$ExcPulse1=(1, 20000, 7, No, 3, 20000, 0.0501686782, 0.0485421467643629, 0, 
50, 5.50361310774453, <sinc10H.exc>)

the results in julia cut the 2nd line

b = BrukerFile(path)
b["ExcPulse1"]
julia> "(1, 20000, 7, No, 3, 20000, 0.0501686782, 0.0485421467643629, 0,"

I'll work on that and maybe implement a specific struct for BrukerPulse