From d4e5bd8e4d8aed80d5365c256c53a81e070925d5 Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Mon, 23 Nov 2020 18:18:40 -0500 Subject: [PATCH] fix mesh samples issue #77 --- source/arguments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arguments.rst b/source/arguments.rst index 5d5406bf9..98bda6136 100644 --- a/source/arguments.rst +++ b/source/arguments.rst @@ -145,7 +145,7 @@ Arguments Default: ``9`` --mesh-samples - Number of points per octree node. + Number of points per octree node. For relatively low noise, values in the range of [1-5] can be used. For noisier datasets, large values in the range of [15-20] may be employed. Default: ``1.0``