From 9ed4361d7e6bc396b6a1132b9d8665c0ade6cf2f Mon Sep 17 00:00:00 2001 From: Antoine Lavenant Date: Fri, 17 May 2024 17:37:22 +0200 Subject: [PATCH] fix doc --- doc/radius_assign.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/radius_assign.md b/doc/radius_assign.md index 43c8479..f5dc42f 100755 --- a/doc/radius_assign.md +++ b/doc/radius_assign.md @@ -20,7 +20,7 @@ This pipeline updates the Keypoint dimension of all points with classification 1 "src_domain" : "Classification[1:2]", "reference_domain" : "Classification[6:6]", "radius" : 1, - "output_name_attribut": "radius", + "output_dimension": "radius", "is3d": True }, "output.las" @@ -39,9 +39,6 @@ Options **radius** : An positive float which specifies the radius for the neighbors search. -**update_expression** : - A list of :ref:`assignment expressions ` to be applied to the points that satisfy the radius search. The list of values is evaluated in order. - **output_dimension**: The name of the new dimension'. [Default: radius] **is3d**: Search in 3d (as a ball). [Default: false]