asc2ply: Convert ascii to .ply

Description Usage Arguments Value

View source: R/fs-utils.R

Description

ggseg3d bases its functions on data from .ply files. To turn Freesurfer surface or curvature based ascii files into ply, this is the function you need.

Usage

1
asc2ply(input_file, output_file = gsub("\\.dpv", ".ply", input_file))

Arguments

input_file

input surface or curvature file made with surf2asc, curv2asc, or curvnf2asc

output_file

path to output file

Value

ply text file


neuroconductor/ggsegExtra documentation built on Aug. 18, 2020, 4:45 p.m.