transform_polhemus: transform polhemus data into digpoints for AtlasViewerGUI

View source: R/transform_polhemus.R

transform_polhemusR Documentation

transform polhemus data into digpoints for AtlasViewerGUI

Description

This works with NIH, Gates, and HWB data. If you have different data then contact Sam

Usage

transform_polhemus(
  filename,
  wd,
  option = c("NIH", "Gates", "HWB"),
  out_folder = "DigTest"
)

Arguments

filename

A string denoting name of the file

wd

A string denoting working directory

option

Experiment setup cap configuration, from NIH, Gates, or HWB

out_folder

A string denoting out folder name, by default within wd

Value

A saved digpts file in the out_folder

Examples

transform_polhemus('06NIHVWM111B', 'Desktop/Digitization/'m option = 'NIH', out_folder = 'DigTest')


samhforbes/DDLab documentation built on Sept. 17, 2023, 9:22 p.m.