Skip to content

Commit

Permalink
Update test_widget.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Macl-I committed Jul 2, 2024
1 parent aaf4c2f commit 37038e2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/napari_fast4dreg/_tests/test_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ def test_Fast4DReg_widget():
viewer.add_image(reference_registered_image)

out_folder = os.getcwd() + '//example_files'
resgistered_image = Fast4DReg_widget(image = test_image,
axes = Axes.TZCYX_ImageJ,
output_path = out_folder,
ref_channel = r"1",
correct_xy = True,
correct_z = True,
correct_center_rotation = True,
crop_output = True,
export_csv = True )
Fast4DReg_widget( image = test_image,
axes = Axes.TZCYX_ImageJ,
output_path = out_folder,
ref_channel = r"1",
correct_xy = True,
correct_z = True,
correct_center_rotation = True,
crop_output = True,
export_csv = True )

# get layer data
layers = viewer.layers()
Expand Down

0 comments on commit 37038e2

Please sign in to comment.