-
Notifications
You must be signed in to change notification settings - Fork 23
Extensions handling and multi-echo reconstruction #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Right now :
and in my file I have the others extension types :
Any idea how we should implement that ?
|
Hi, it is definitely an issue that I believe extensions are not necessarily a property of the ADC, despite the Then It indeed makes sense to do I believe this is the best way of doing it, so each extension just defines a new |
Up this topic :) I am developing a more complex sequence with multiple interleaving between slice / specific phase encoding / contrast. I might take a look when I have more time :) |
Sure! I added this issue as a goal for the next release :) |
I am starting to work on that 👍 |
As @cncastillo mention in a previous email: """... we are not currently handling the counters properly. I think I implemented this before Pulseq added counters LABELs as part of EXTENSIONS. It is a very good idea to read them if they are available and add them to the raw data. The closer to the scanner the better. If the counters are not set in the sequence we can do a "good guess" like we have now. But our current guess does not work with multi-echo seqs in which the acquisitions are interleaved. A patch solution would be to have an optional parameter "multiecho=true/false" to correct the counters.
Regarding the k-space positions, I believe integrating should give the correct k-space positions for both echoes, unless there is something I am missing."""
The text was updated successfully, but these errors were encountered: