Skip to content

Commit

Permalink
Updated to log10
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyasaksena authored Jan 16, 2024
1 parent f80fb38 commit e944341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/kspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e944341

Please sign in to comment.