Changes between Version 3 and Version 4 of Sensors/OptecLIDAR


Ignore:
Timestamp:
Mar 23, 2009, 12:27:04 PM (15 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Sensors/OptecLIDAR

    v3 v4  
    4040
    4141Handy 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]]
     43or this one, if you prefer sed:[[br]]
    4244`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`
    4345