Skip to content

3D non-cartesian sequence #391

Answered by cncastillo
aTrotier asked this question in Q&A
May 14, 2024 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Yes! you should be able to calculate it by using the function get_kspace

kspace, kspace_adc = get_kspace(seq)

In most cases, the value of the $k$-space coordinates sampled at the ADC ponts is enough

_, kspace = get_kspace(seq)

This should match Pulseq's $k$-space definition for most sequences.

In the case of UTE sequences, the $k$-space could differ. As the calculation of the $k$-space depends on the calculation of the "RF center". In Koma, we define the RF center as the "center of mass" of the RF, in Pulseq it is the time where the maximum |B1| ocurrs (if I remember correctly, but I could be wrong).

For half-sinc RFs, and VERSE half-sinc's this could affect the $k$-space calculations, as…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@cncastillo
Comment options

Answer selected by aTrotier
@aTrotier
Comment options

@aTrotier
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants