Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fzimmermann89 committed Jan 12, 2025
1 parent 8453798 commit 5311951
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"metadata": {},
"source": [
"##### Image $x$ from undersampled data\n",
"We now reconstruct the undersampled image using the fully sampled image first wthout regularization,\n",
"We now reconstruct the undersampled image using the fully sampled image first without regularization,\n",
"and with with an regularization image."
]
},
Expand Down Expand Up @@ -404,7 +404,7 @@
"source": [
"show_images(\n",
" img_us_regularized_iterative_sense.rss()[0, 0],\n",
" img_manual.abs()[0, 0],\n",
" img_manual.abs()[0, 0, 0],\n",
" titles=['Regularized Iterative SENSE R=20', '\"Manual\" Regularized Iterative SENSE R=20'],\n",
")"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

# %% [markdown]
# ##### Image $x$ from undersampled data
# We now reconstruct the undersampled image using the fully sampled image first wthout regularization,
# We now reconstruct the undersampled image using the fully sampled image first without regularization,
# and with with an regularization image.

# %%
Expand Down Expand Up @@ -202,7 +202,7 @@ def show_images(*images: torch.Tensor, titles: list[str] | None = None) -> None:
# %%
show_images(
img_us_regularized_iterative_sense.rss()[0, 0],
img_manual.abs()[0, 0],
img_manual.abs()[0, 0, 0],
titles=['Regularized Iterative SENSE R=20', '"Manual" Regularized Iterative SENSE R=20'],
)
# %% [markdown]
Expand Down

0 comments on commit 5311951

Please sign in to comment.