mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Updated examples
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user