remove processing of depth as it is not used

This commit is contained in:
ftong 2025-07-07 13:25:05 +02:00
parent f4d2cfc3cd
commit a941939493

View File

@ -225,8 +225,6 @@ verbose: {verbose}")
y_min = y.min()
x_max = x.max()
y_max = y.max()
z_min = depth.min()
z_max = depth.max()
grid_x_max = int(ceil(x_max / grid_dim) * grid_dim)
grid_x_min = int(floor(x_min / grid_dim) * grid_dim)