Skip to content

Commit

Permalink
pics: use ifftmod on kspace (fixes irregular matrix sizes)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthkumar10500 authored and uecker committed Jun 29, 2024
1 parent 694883f commit 0636162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pics.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ int main_pics(int argc, char* argv[argc])

debug_printf(DP_INFO, "Size: %ld Samples: %ld Acc: %.2f\n", T, samples, (float)T / (float)samples);

fftmod(DIMS, ksp_dims, FFT_FLAGS, kspace_p, kspace_p);
ifftmod(DIMS, ksp_dims, FFT_FLAGS, kspace_p, kspace_p);
fftmod(DIMS, map_dims, FFT_FLAGS, maps_p, maps_p);
}

Expand Down

0 comments on commit 0636162

Please sign in to comment.