DOC: Change sampling kwarg name to spacing in marching_cubes

The preference is to follow VTK's convention for anisotropic
rectangularly sampled data, using the keyword `spacing` rather
than `sampling`. This change converts the last remaining use of
`sampling` in scikit-image to `spacing`.
This commit is contained in:
Josh Warner (Mac)
2013-10-13 13:00:40 -05:00
parent 4b0cf8d27a
commit 1de6d93850
4 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ a mesh for regions of bone or bone-like density.
This implementation also works correctly on anisotropic datasets, where the
voxel spacing is not equal for every spatial dimension, through use of the
`sampling` kwarg.
`spacing` kwarg.
"""
import numpy as np