We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f0529 commit 5d815b2Copy full SHA for 5d815b2
DeepSlice/coord_post_processing/spacing_and_indexing.py
@@ -82,8 +82,6 @@ def ideal_spacing(
82
# unaligned voxel position of section numbers (evenly spaced depths)
83
index_spaced_depth = section_numbers * average_thickness
84
# average distance between the depths and the evenly spaced depths
85
- min = 0
86
- max = np.max(section_numbers)
87
if species == "mouse":
88
min, max = 0, 528
89
elif species == "rat":
0 commit comments