Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed May 17, 2024
1 parent cecf78e commit 9ed4361
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/radius_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 <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]
Expand Down

0 comments on commit 9ed4361

Please sign in to comment.