Skip to content

Commit

Permalink
docs: add anisotropy to slice
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 20, 2024
1 parent 44cf0c4 commit 29bc2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ image = xs3d.cross_section(
# Get a slice of a 3d image in any orientation.
# Note: result may be reflected or transposed
# compared with what you might expect.
image2d = xs3d.slice(labels, vertex, normal)
image2d = xs3d.slice(labels, vertex, normal, anisotropy)
```

When using skeletons (one dimensional stick figure representations) to create electrophysiological compartment simulations of neurons, some additional information is required for accuracy. The caliber of the neurite changes over the length of the cell.
Expand Down

0 comments on commit 29bc2de

Please sign in to comment.