From e9443415ed00c0b39e753f9ba507cb6e6486cc24 Mon Sep 17 00:00:00 2001 From: vanyasaksena Date: Tue, 16 Jan 2024 13:51:01 +0100 Subject: [PATCH] Updated to log10 --- content/kspace.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/kspace.md b/content/kspace.md index 5e468d68..10bdf303 100644 --- a/content/kspace.md +++ b/content/kspace.md @@ -144,8 +144,8 @@ private Image calculatePhase() ``` We are implementing a *logFlag* in the ```calculateMagnitude()``` method because we'd like to be able to indicate output of linear or logarithmic -scale. The magnitude of $k$-space has a huge image intensity range between the center (low-frequency part, very large) -and the periphery (high-frequency part, very small). Taking a logarithm of the magnitude of $k$-space (point-wise) can reduce the huge image +scale (log10). The magnitude of $k$-space has a huge image intensity range between the center (low-frequency part, very large) +and the periphery (high-frequency part, very small). Taking a logarithm (log10) of the magnitude of $k$-space (point-wise) can reduce the huge image intensity range for better visualization of the magnitude of $k$-space.\ For access to the magnitude and phase images, we use getters: