alignLoad: Align BLI traces with loading step

alignLoadR Documentation

Align BLI traces with loading step

Description

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

Usage

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

bli1 <- alignLoad(bli, 180, 780)

smoke documentation built on May 29, 2024, 8:30 a.m.