Skip to content

Commit c749b91

Browse files
committed
typo
1 parent a8a53e8 commit c749b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/anatomical/example_fov_select.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737

3838

3939
# the center and size target_res are all in millimeters.
40-
fov_handlers = FOVHandler(
40+
fov_handler = FOVHandler(
4141
center=(90, 110, 100),
4242
size=(192, 192, 128),
4343
angles=(5, 0, 0),
4444
target_res=(2.0, 2.0, 2.0),
4545
)
4646

47-
new_phantom = fov_handlers.get_static(phantom, sim_conf)
47+
new_phantom = fov_handler.get_static(phantom, sim_conf)
4848

4949
# %%
5050
new_contrast = get_ideal_phantom(new_phantom, sim_conf)

0 commit comments

Comments
 (0)