Skip to content

Commit

Permalink
remove redundant min max from ideal spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarBean committed Jul 26, 2023
1 parent 39f0529 commit 5d815b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DeepSlice/coord_post_processing/spacing_and_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def ideal_spacing(
# unaligned voxel position of section numbers (evenly spaced depths)
index_spaced_depth = section_numbers * average_thickness
# average distance between the depths and the evenly spaced depths
min = 0
max = np.max(section_numbers)
if species == "mouse":
min, max = 0, 528
elif species == "rat":
Expand Down

0 comments on commit 5d815b2

Please sign in to comment.