Changes between Version 22 and Version 23 of Sensors/LeicaLIDAR/MikesNotes
- Timestamp:
- Sep 5, 2008, 3:44:50 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sensors/LeicaLIDAR/MikesNotes
v22 v23 1 == todo ==2 3 4 5 1 == Mirror torsion error correction == 6 2 7 3 This shouldn't need to be done with newer LIDARs, but included here in case. Leica suggests checking for torsion errors if there seem to be problems in the boresight calibration and reporting to them if found. 8 4 9 TBD 5 Visible sign of torsion error is a smile effect. 6 7 Detect torsion by: 8 * choose highest altitude pair of crossing lines 9 * pick a point at nadir on one swath and at the edge on the other 10 * torsion will be at max for the edge swath and at 0 for the nadir swath 11 * take cross sections to see if there is any consistent vertical difference 10 12 11 13 == Ground classification == … … 15 17 Steps: 16 18 * remove very low, noisy points from consideration first 17 * e.g. remove groups of up to 3 points > 1m below neighbours (iterate a time or two so it settles) 18 19 19 * e.g. remove groups of up to 3 points > 1m below neighbours (iterate a few times so it settles) 20 * classify groups of low points as ground (run N times to settle), takes account of neighbours 21 * repeat with singletons 22 * remove isolated points (>5m from any other point) 23 * manually "add points to ground" for areas that should be ground but haven't been classified as such (e.g. peaks of hills) and rerun process above 24 25 Run as a macro. Terra->tools->macro->new. 20 26 21 27