Skip to content

Commit

Permalink
rename gen_vel function
Browse files Browse the repository at this point in the history
Co-authored-by: Nabil Freij <[email protected]>
  • Loading branch information
Ghaithq and nabobalis authored Feb 17, 2024
1 parent 2bd0c6c commit 2155d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunkit_image/asda.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]


def gen_vel(vx, vy, i, j, r=3):
def generate_velocity_field(vx, vy, i, j, r=3):
"""
Given a point ``[i, j]``, generate a velocity field which contains a region
with a size of ``(2r+1) x (2r+1)`` centered at ``[i, j]`` from the original
Expand Down

0 comments on commit 2155d84

Please sign in to comment.