cts5_ProcessData | R Documentation |
apply processing to raw values in order to compute physical values
cts5_ProcessData(metadata, dataprofile, ProcessUncalibrated = F)
metadata |
is a list containing technical data including calibration coefficients
obtained by using |
dataprofile |
data and technical files read from |
ProcessUncalibrated |
if True, process physical data with default calibration if needed |
calibration coefficients are usually in 00_metadata.xml file.
data.frame containing the data
login="lovuse001a"
Meta<-cts5_readMetaSensor()
cts5_decode(CycleNumber=c,PatternNumber = p,subdir="./CSV")
dataprofile<-cts5_readProfile(CycleNumber=c,PatternNumber = p,include.inifile=T)
dataprofile<-cts5_ProcessData(Meta$SENSORS,dataprofile)
PlotCTS5(login=login,dataprofile,PhaseToPlot=c("PRE","DES","PAR","ASC","SUR"),add=FALSE,technical=TRUE,paper = "A4",mfrow=c(3,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.