checkIntegrityPositrackData: Check the integrity of positrack data read from positrack...

Description Usage Arguments Value

View source: R/whdFromPositrack.R

Description

Check the integrity of positrack data read from positrack file.

Usage

1
2
3
checkIntegrityPositrackData(posi, maxDelayCapProc = 1000,
  maxInterCapDelay = 1000, maxInterProcDelay = 1000,
  maxProcDuration = 1000)

Arguments

posi

Data frame containing the positrack file read via read.table(fn,header=T)

maxDelayCapProc

Maximum allowed delay between frame capture and processing

maxInterCapDelay

Maximum allowed delay between the time stamps of frame capture

maxInterProcDelay

Maximum allowed delay between the time stamps of frame processing

maxProcDuration

Maximum allowed processing of frame duration

Value

Return 0 if all is ok and positive number if something is wrong


kevin-allen/relectro documentation built on May 20, 2019, 9:06 a.m.