readQSM.mat: readQSM.mat

Description Usage Arguments Details Value Examples

View source: R/QSM_funcs.r

Description

reads in a QSM file in matlab format and passes back cylinder and branch data

Usage

1
readQSM.mat(qsmfile, qsmver = "by_name")

Arguments

qsmfile

path to .mat file

qsmver

version of treeQSM used to make the .mat file, Default: 2.3

Details

DETAILS

Value

a 3-element list of file (filename), CylData, and BranchData

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

ashenkin/treestruct documentation built on Oct. 14, 2021, 1:54 a.m.