![]() |
0.1.26
|
High-level acquisition mode returned by :meth:LiDARCloud.getScanMode.
More...
High-level acquisition mode returned by :meth:LiDARCloud.getScanMode.
STATIC_RASTER is a uniform angular grid from a single fixed origin (terrestrial/tripod); MOVING_RASTER is a fixed angular fan swept along a trajectory (mobile/airborne raster), produced by :meth:LiDARCloud.addScanMovingRaster; SPINNING is a continuously-rotating multi-channel sensor, produced by :meth:LiDARCloud.addScanSpinning.
Definition at line 51 of file LiDARCloud.py.
Inheritance diagram for pyhelios.LiDARCloud.ScanMode:
Collaboration diagram for pyhelios.LiDARCloud.ScanMode:Static Public Attributes | |
| int | STATIC_RASTER = 0 |
| int | MOVING_RASTER = 1 |
| int | SPINNING = 2 |
| int | RISLEY_PRISM = 3 |
|
static |
Definition at line 53 of file LiDARCloud.py.
|
static |
Definition at line 57 of file LiDARCloud.py.
|
static |
Definition at line 54 of file LiDARCloud.py.
|
static |
Definition at line 52 of file LiDARCloud.py.