Skip to content

Commit

Permalink
fixed some documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lanemeier7 committed Oct 18, 2024
1 parent a8b3b0f commit a2170aa
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ class sim_response:

def generate_circle_array(radius=1, h=256, w=256):
# radius is the proportion of the circle (0.5 is half the size)
# grid_size is number of pixels
# h is the height of the rectangle
# w is the width of the rectangle array with circle
# the purpose of this function is to generate a dummy mask

# Create a grid of points with shape (grid_size, grid_size)
x = np.linspace(-1, 1, w)
Expand Down

0 comments on commit a2170aa

Please sign in to comment.