Updated examples

This commit is contained in:
2025-05-28 15:54:15 +01:00
parent 8c4f664159
commit 571a1f096e
2 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ For processing individual layers:
import read_aconity_layers as ral
# Read just one layer file
layer_data = ral.read_layer("/path/to/single_layer.pcd")
layer_data = ral.read_layer("/path/to/0.01.pcd")
# Extract coordinates
x_coords = layer_data[:, 0]