diff --git a/tools/3dtrees_detailview/detailview.xml b/tools/3dtrees_detailview/detailview.xml
index d1b40d1236..e1bb9d3b0b 100644
--- a/tools/3dtrees_detailview/detailview.xml
+++ b/tools/3dtrees_detailview/detailview.xml
@@ -3,7 +3,7 @@
species prediction on segmented point cloud.
- 1.1.0
+ 1.1.10
@@ -18,6 +18,8 @@
--n-aug '$n_aug'
--projection-backend '$projection_backend'
--model-path '$model_path'
+ --output-species-id-dim '$output_species_id_dim'
+ --output-species-prob-dim '$output_species_prob_dim'
--output-type both
]]>
@@ -33,6 +35,12 @@
+
+ ^[A-Za-z_][A-Za-z0-9_]*$
+
+
+ ^[A-Za-z_][A-Za-z0-9_]*$
+
@@ -46,6 +54,8 @@
+
+
@@ -75,6 +85,9 @@ This tool performs tree species classification on segmented 3D point clouds usin
- **Model Region**: Select the trained model based on your data's geographic origin
- Europe: Model trained on European tree species data
- Global: Model trained on global tree species data
+- **Output species ID dimension**: LAS extra dimension name for predicted species IDs (default: species_id)
+- **Output species probability dimension**: LAS extra dimension name for predicted species probabilities (default: species_prob)
+ - Use different names for different segmentation branches when multiple DetailView outputs need to coexist
**Outputs**