Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Felder <alessandrofelder@users.noreply.github.com>
  • Loading branch information
adamltyson and alessandrofelder authored Dec 18, 2023
1 parent 69379cc commit 0119302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion brainglobe_segmentation/tracks/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def run_track_analysis(

def get_distances(spline, voxel_size=10):
"""
For a given spline, calculate the distance between each point
For a given spline, calculate the distance between each point.
Assumes a customisable isotropic voxel size (default 10) in microns.
"""
distances = [0]
for i in range(len(spline) - 1):
Expand Down

0 comments on commit 0119302

Please sign in to comment.