dot-read_qsm_raw: Read a PyTLidar QSM file

.read_qsm_rawR Documentation

Read a PyTLidar QSM file

Description

Reads a PyTLidar-generated cylinder file and converts it into a tidy data frame with start/end coordinates, radius, length, volume, and branching order.

Usage

.read_qsm_raw(cyl_file)

Arguments

cyl_file

Path to the PyTLidar cylinder output file (.txt).

Value

A data frame with columns startX, startY, startZ, endX, endY, endZ, cyl_ID, parent_ID, extension_ID, radius_cyl, length, volume, branching_order.


tReeTraits documentation built on Feb. 26, 2026, 1:07 a.m.