var fDesc=new Array(); fDesc[0] = "Trajectory data conversion software (.pos, .out, .way -> .pof)
The POFImport software allows you to create the RIEGL Position & Orientation file (.pof). See also the description
of the POF file format .Separator: You have to set the column separator to the correct character in order to recognize the data
columns from the file.
Units: You can define the units of the input file. All affected values will be transformed to meters/degrees.
Convert timestamp: If this option is enabled the column which is associated with the timestamp value will be
converted either from an absolute time to seconds of the day or from seconds of the week to seconds of the
day.
Column association: Drag and drop a value from the “Column association” box to one of the columns in the
preview box in order to associate this value with a column. To clear an association right-click the value or the
column and select “Clear column association”."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }