MagneticParticleImaging / MPIMeasurements.jl

Julia package for performing MPI measurements
https://magneticparticleimaging.github.io/MPIMeasurements.jl/dev/
MIT License
8 stars 2 forks source link

Sequence Builder (or rather infastructure for one) #44

Open nHackel opened 2 years ago

tknopp commented 2 years ago

Background: Right now developing sequences is rather low-level and error prone. This is somewhat on purpose since we wanted much flexibility in the sequence files and with that respect they are doing a nice job.

Additional Issue: In practice one often wants to have a certain sequence structure, but changes just values. For instance one wants to create a 2D sequence (xy plane) but wants to keep the FOV and the gradient strength flexible. This may lead to an explosion of methods if we would store all of theses. Another issue is then how to name all these sequences.

Having said this we have certain design space that is open for us.