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 7f921c1 commit 1e283d1
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 @@ -221,8 +221,7 @@ Therefore, we estimate the size of the droplets by looking at the width of the i
plt.ylabel("y (pixels)")
axis = 1 if scan.fast_axis == "X" else 0
center, width = get_center_and_width(scan, label_img == 1, 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)
center, width = get_center_and_width(scan, label_img == 2, axis)
droplet_radii = np.append(
Expand Down

0 comments on commit 1e283d1

Please sign in to comment.