Skip to content

Commit

Permalink
Update docs/src/tutorials/conic/ellipse_fitting.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 20, 2024
1 parent e69dd57 commit 19d7678
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/tutorials/conic/ellipse_fitting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ end
# how the rotation and position of elliptical galaxies can be useful information
# to astronomers.

img = Images.load("../../assets/cartwheel_galaxy.png");
filename = joinpath(@__DIR__, "..", "..", "assets", "cartwheel_galaxy.png")
img = Images.load(filename);

# We convert the image to gray scale so that we can work with a single channel.

Expand Down

0 comments on commit 19d7678

Please sign in to comment.