Skip to content

Commit 1406a79

Browse files
committed
comment change
1 parent 012f7f2 commit 1406a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raycloudtools/raydecimate/raydecimate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void usage(int exit_code = 1)
2424
std::cout << "raydecimate raycloud 4 rays - reduces to every fourth ray. A temporally even subsampling (if rays are chronological)" << std::endl;
2525
std::cout << "advanced methods not supported in rayrestore:" << std::endl;
2626
std::cout << "raydecimate raycloud 20 cm 64 points - A maximum of 64 end points per cubic 20 cm. Retains small-scale details compared to spatial decimation" << std::endl;
27-
std::cout << "raydecimate raycloud 20 cm/ray - If all cells overlapping a ray intersect a ray then this way is not added" << std::endl;
27+
std::cout << "raydecimate raycloud 20 cm/ray - If all cells overlapping the ray intersect a ray then ray not added. Maintains distribution of rays for e.g. raycombine" << std::endl;
2828
std::cout << "raydecimate raycloud 3 cm/m - reduces to ray ends spaced 3 cm apart for each metre of their length. Good for maintaining a range of point densities" << std::endl;
2929
// clang-format off
3030
exit(exit_code);

0 commit comments

Comments
 (0)