re.calc.T.para: calculate the parameters of time

View source: R/provoc_general.R

re.calc.T.paraR Documentation

calculate the parameters of time

Description

Be careful. By default, the "time" option uses a relative T0 from the first spectrum of each acquisition and the "date" option uses the actual date and time of each spectrum. Using the acq_T0 column with the "time" option allows different acquisitions to be sequenced using the T0 of the specified acquisition. Using the acq_T0 column with the "date" option allows you to overlap acquisitions on the T0 of the specified acquisition.

Usage

re.calc.T.para(L = sp)

Arguments

L

sp

Details

The delta_T column is used to add the specified time (in seconds) to the acquisition.

Value

sp

Examples

# The first time configuration :
#
# sp <- import.meta("meta_1")
# sp <- re.calc.T.para(sp)
#
# The second time configuration :
#
# sp <- import.meta("meta_2")
# sp <- re.init.T.para(sp)
# sp <- re.calc.T.para(sp)

JHuguenin/provoc documentation built on Jan. 29, 2024, 12:39 a.m.