Skip to content

Commit 7dbad23

Browse files
committed
switch to to_center
1 parent 0c381e9 commit 7dbad23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scilpy/tractograms/streamline_and_mask_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def cut_streamlines_with_mask(sft, mask,
324324
orig_space = sft.space
325325
orig_origin = sft.origin
326326
sft.to_vox()
327-
sft.to_corner()
327+
sft.to_center()
328328

329329
# Get the indices of the voxels
330330
# intersected by the streamlines and the mapping from points to indices

0 commit comments

Comments
 (0)