exportFiducialSSFF: Convert the text file containing spline data to ssff. This...

Description Usage Arguments Examples

View source: R/exportSSFF.R

Description

Convert the text file containing spline data to ssff. This exports all the frames, which isn't really necessary

Usage

1
2
exportFiducialSSFF(txtfile = NULL, targdir = "./", missingAsZero = TRUE,
  tracksuf = "", filesuf = ".spln", fixPrompts = TRUE)

Arguments

txtfile

the exported AAA spline file

targdir

where the output will be written

missingAsZero

Change NA to 0 so emu doesn't complain

tracksuf

suffix appended to each filename to match the soundfiles already exported

Examples

1
2
3
4
## Not run: 
exportFiducialSSFF("c:/AAA/Richard_BitePlane_Export_02_05_2015.txt", targdir="c:/Tabain/English_Ultrasound/")

## End(Not run)

richardbeare/ultRa documentation built on May 27, 2019, 7:58 a.m.