Skip to content
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

handle multi-slice 2D kspace in AcquisitionData(kspace::Array{Complex{T},6}) with keyword #213

Closed
aTrotier opened this issue Dec 18, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@aTrotier
Copy link
Contributor

aTrotier commented Dec 18, 2024

function AcquisitionData(kspace::Array{Complex{T},6}) where T

Right now, the function only handle 3D or single slice acquisition

@aTrotier aTrotier added the enhancement New feature or request label Dec 18, 2024
@aTrotier aTrotier self-assigned this Dec 18, 2024
@aTrotier
Copy link
Contributor Author

Maybe my implementation of kDataCart should be reworked in order to get a 7 dim array (kx,ky,kz,cha,echo,sl,rep) rather than what I did in #214

@aTrotier
Copy link
Contributor Author

Close by #214 but I will open an issue to discuss the 7 dim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant