read.fcsv: read fiducials from slicer4
Description
read fiducials from slicer4
Usage
read.fcsv(x, na = NULL, lps2ras = FALSE)
Value
a k x 3 matrix with landmarks
Arguments
- x
filename
- na
value to be replaced by NA
- lps2ras
logical: if the coordinate system is LPS and lps2ras=TRUE
, the data will be rotated into the RAS space by inverting the first two dimensions using LPS2RAS
.