Skip to content

Commit

Permalink
Update docs/examples/droplet_fusion/droplet_fusion.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Joep Vanlier <JoepVanlier@users.noreply.github.com>
  • Loading branch information
aafkevandenberg and JoepVanlier authored Sep 5, 2024
1 parent 5362725 commit 169db4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/examples/droplet_fusion/droplet_fusion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ Therefore, we estimate the size of the droplets by looking at the width of the i
droplet_radii = np.append(droplet_radii, 0.5 * width)
plot_width(scan, center, width, axis)
center, width = get_center_and_width(scan, label_img == 2, axis)
droplet_radii = np.append(
droplet_radii, 0.5* width)
droplet_radii = np.append(droplet_radii, 0.5 * width)
plot_width(scan, center, width, axis)

plt.title("Width along the fast axis")
Expand Down

0 comments on commit 169db4d

Please sign in to comment.