We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kspace_plane_loc and z_sample_loc represent the same thing : One is z_locations and other just indexes to these locations. Need to clean this function
kspace_plane_loc, z_sample_loc, sort_pos, idx_mask_z = \ get_stacks_fourier(samples, img_shape)
The text was updated successfully, but these errors were encountered:
As idx_mask_z is something added as a part of #58 . I would prefer to fix this in this PR itself.
idx_mask_z
Sorry, something went wrong.
We can close the issue as another one is already open for this function to change
No branches or pull requests
kspace_plane_loc and z_sample_loc represent the same thing : One is z_locations and other just indexes to these locations. Need to clean this function
The text was updated successfully, but these errors were encountered: