alignLoad: Align BLI traces with loading step

Description Usage Arguments Details Value Author(s) References Examples

Description

Align BLI traces with loading step with the start and end times.

Usage

1
alignLoad(obj, loadStart, loadEnd)

Arguments

obj

obj of "Bli" class

loadStart

start time of the loading step

loadEnd

end time of the loading step

Details

This is the optional first step in BLI data processing. The traces in the input "Bli" object is assumed to be paired original dataset. The output "Bli" object contains the traces aligned, and the status of "alignLoad" set to "TRUE".

Value

S4 object of "Bli" class

Author(s)

Qingan Sun, Xiaojun Li, James C Sacchettini

Maintainer: Qingan Sun <quinsun@gmail.com>

References

\insertRef

pzasmoke

Examples

1
2
load("bli.RData")
bli1 <- alignLoad(bli, 180, 780)

smoke documentation built on Jan. 28, 2020, 5:09 p.m.