0.1.26
Loading...
Searching...
No Matches
pyhelios.LiDARCloud.SingleReturnSelection Class Reference

Which return(s) a limited-return instrument keeps when a pulse resolves more returns than the return limit (see :meth:LiDARCloud.setScanSingleReturnSelection). More...

Detailed Description

Which return(s) a limited-return instrument keeps when a pulse resolves more returns than the return limit (see :meth:LiDARCloud.setScanSingleReturnSelection).

The kept subset is always reported nearest-first.

Definition at line 116 of file LiDARCloud.py.

+ Inheritance diagram for pyhelios.LiDARCloud.SingleReturnSelection:
+ Collaboration diagram for pyhelios.LiDARCloud.SingleReturnSelection:

Static Public Attributes

int STRONGEST = 0
 
int FIRST = 1
 
int LAST = 2
 
int STRONGEST_PLUS_LAST = 3
 

Member Data Documentation

◆ FIRST

int pyhelios.LiDARCloud.SingleReturnSelection.FIRST = 1
static

Definition at line 118 of file LiDARCloud.py.

◆ LAST

int pyhelios.LiDARCloud.SingleReturnSelection.LAST = 2
static

Definition at line 119 of file LiDARCloud.py.

◆ STRONGEST

int pyhelios.LiDARCloud.SingleReturnSelection.STRONGEST = 0
static

Definition at line 117 of file LiDARCloud.py.

◆ STRONGEST_PLUS_LAST

int pyhelios.LiDARCloud.SingleReturnSelection.STRONGEST_PLUS_LAST = 3
static

Definition at line 124 of file LiDARCloud.py.


The documentation for this class was generated from the following file: