Skip to content

Commit

Permalink
docs: mention that the normal is given in voxel space
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 13, 2024
1 parent 5d11a05 commit a53a8a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ vertex = np.array([200,121,78])
# normal vector defining sectioning plane
# it doesn't have to be a unit vector
# vector can be of arbitrary orientation
# This vector is given in voxel space,
# not physical space (i.e. divide by anisotropy)!
normal = np.array([0.01, 0.033, 0.9])

# voxel dimensions in e.g. nanometers
Expand Down

0 comments on commit a53a8a4

Please sign in to comment.