Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 534 Bytes

readers.pts.rst

File metadata and controls

39 lines (27 loc) · 534 Bytes

readers.pts

The PTS reader reads data from Leica Cyclone PTS files. It is not very sophisticated.

Example Pipeline

{
  "pipeline":[
    {
      "type":"readers.pts",
      "filename":"test.pts"
    },
    {
      "type":"writers.text",
      "filename":"outputfile.txt"
    }
  ]
}

Options

filename

text file to read [Required]

count

Maximum number of points to read [Optional]