Skip to content

Commit

Permalink
mesh_neuron: allow passing use_mirror and threads to get_voxels
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed May 6, 2024
1 parent 93f5e63 commit 7801679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fafbseg/flywire/meshes.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ def mesh_neuron(x, mip=2, thin=False, bounds=None, progress=True, *, dataset=Non

# Get voxels for this neuron
vxl = get_voxels(
x, mip=mip, thin=thin, bounds=bounds, progress=progress, dataset=dataset
x, mip=mip, thin=thin, bounds=bounds, progress=progress, dataset=dataset,
use_mirror=False, threads=10
)

vol = get_cloudvolume(dataset)
Expand Down

0 comments on commit 7801679

Please sign in to comment.