From 12c2c6a111a901a7c7a426f984e9273063a7cc12 Mon Sep 17 00:00:00 2001 From: chaithyagr Date: Wed, 5 Feb 2025 10:17:13 +0100 Subject: [PATCH] add [docs] --- src/mrinufft/io/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mrinufft/io/utils.py b/src/mrinufft/io/utils.py index 428a81a0..dd2230fd 100644 --- a/src/mrinufft/io/utils.py +++ b/src/mrinufft/io/utils.py @@ -67,8 +67,8 @@ def remove_extra_kspace_samples(kspace_data, num_samples_per_shot): This function is useful when the k-space data has extra samples mainly as ADC samples at only at specific number of samples. - This sometimes leads to a situation where we will have more ADC samples - than what is expected. + This sometimes leads to a situation where we will have more ADC samples + than what is expected. Parameters ----------