StripAlign2manual_input
StripAlign2manual_input
1 Software Manual
⚠ • For correction/calibration, LiDAR data must be one file per flight line (swath) and non self-intersecting.
LiDAR data must contain timestamps in either GPS week seconds or adjusted GPS time, in agreement with the LAS
specification, and the global encoding bit must be properly set.
• For scan, QC and registration only, which work without PO files and therefore do not use time data, timestamps are not
required, and point clouds do not have to be flight lines. For accurate QC and registration, tiled data is not recommended.
Position, Orientation (PO) data .out, .trj, .pof, .sol, .bin, .txt …
This table summarizes currently accepted PO data formats.
Position: ✔ ✔ (default)
projected
! / ! 83
63
BAYESMAP SOLUTIONS, LLC BayesStripAlign 2.1 Software Manual
➡ ASCII PO DATA
Space, comma or tab separated values. Header allowed; unreadable lines will be ignored.
Default column format: Time X Y Z Roll Pitch Yaw (txyzwpk).
Custom column format with option -po_parse specifying a string using characters from {t,[u],x,y,z,w,p,k} meaning {Time
[microseconds] X Y Z Roll Pitch Yaw}, in the order corresponding to the data columns. The microseconds field is optional,
useful for separate integer seconds and microseconds columns only. Add * at the end for NED attitude angles.
Use # or . to ignore columns if not at the end of row, eg. .t.yxz...wpk or ..txyz...kpw*
🌐 ➡ Coordinate system
Option -G controls the coordinate system: default or 0 is projected (same as LiDAR), use 1 for geodetic and 2 for ECEF
! / ! 83
64
BAYESMAP SOLUTIONS, LLC BayesStripAlign 2.1 Software Manual
💡 Can be easily obtained using lasinfo on LAS/LAZ 1.4 files or 1.2 if WKT included.
File and option lists
• File lists: ASCII only. One file name per line, no path means current directory, $ can be used with option -$. Example:
C:\directory\lidar_file.las
other_file.laz
$\subdirectory\another_file.las
• Option lists: see options and arguments syntax for persistent and additional option files
Multiple option files can be used if necessary.
! / ! 83
65