Changes between Version 3 and Version 4 of Sensors/OptecLIDAR
- Timestamp:
- Mar 23, 2009, 12:27:04 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sensors/OptecLIDAR
v3 v4 40 40 41 41 Handy tip for Linux users: strip off the UTM zone numbers with this command:[[br]] 42 `cat Str123.all | awk '{print $2, $3, $4, $6, $7, $8}' > Str123-stripped.all`[[br]] 43 or this one, if you prefer sed:[[br]] 42 44 `cat Str123.all | sed 's/^\( *[.0-9]* *\)..\([.0-9]* *[.0-9]* *[.0-9]* *[.0-9]* *\)..\([.0-9]* *[.0-9]* *[.0-9]* *[.0-9]*\)/\1\2\3/' > Str123-stripped.all` 43 45