It is a windows console program. The program converts a binary LMS data to an Ascii file in either range values or xy coordinates. Usage : Lms2Txt [infile] [outfile] [-option] [stno] [edno] Explanations: option : rng/pt, default: rng rng : output the sequence of range values pt : convert each range value to (x,y) coordinates and output the sequence stno : start line no, default: -1, meaning the first line edno : end line no, default: -1, meaning the last line Examples: Lms2Txt.exe test.lms3 test.pt -rng 10 20 //output the range values from scanline #10 to #20 to the file Lms2Txt.exe test.lms3 test.pt -pt //convert range values to xy coordinates, and output the data of all scans to the file Lms2Txt.exe //help For any questions, contact zhaohj@cis.pku.edu.cn Mar.12,2012