Skip to content
Snippets Groups Projects
Commit 7cd7d008 authored by Thomas Bock's avatar Thomas Bock :speech_balloon:
Browse files

..

parent f73fa02b
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ ce3.lw.target <- function(p.target.mbar, sl){
if(is.list(sl)){
constLwMax <- getConstVal(sl, "constLwMax")
klLwMax <- getConstVal(sl, "klLwMax")
grLwMax <- getConstVal(sl, "grLwMax")
grLwMax <- getConstVal(sl, "grLwMax")
N <- length(p.target.mbar)
lw <- rep(NA, N)
......
......@@ -10,7 +10,7 @@ fm3.conductance <- function(doc){
fname <- deparse(match.call()[[1]])
msg <- paste("calculated by", fname)
c.B <- 0.99 ## Grenze Korrelation SZ
c.B <- 0.9 ## Grenze Korrelation SZ
d.B <- 0.9 ## Grenze Korrelation Drift
t2mm <- getConstVal(a$cs, "turn_2_mm")
......
......@@ -27,7 +27,8 @@ cdb <- cdbIni()
## cdb$id <- "cal-2018-ce3-kk-75085_0001"
## cdb$id <- "cal-2019-ce3-kk-75037_0001"
## cdb$id <- "cal-2019-ce3-kk-75012_0001"
cdb$id <- "cal-2019-ce3-kk-75041_0001"
## cdb$id <- "cal-2019-ce3-kk-75041_0001"
cdb$id <- "cal-2020-ce3-kk-75005_0001"
#cdb$DBName <- "vl_db"
cdb$DBName <- "vl_db"
......
......@@ -60,14 +60,14 @@ for(i in 1:length(ids)){
doc <- ce3.uncert.pressure.cal(doc)
#
# ## ... customer calibration object (cuco) related
## doc <- cuco.uncert.digit(doc)
## doc <- cuco.uncert.pressure.offset(doc)
## doc <- cuco.uncert.drift.offset(doc)
## doc <- cuco.uncert.sync(doc)
## doc <- cuco.uncert.stdev(doc)
## doc <- cuco.uncert.purity(doc)
## doc <- cuco.uncert.emis(doc)
## doc <- cuco.uncert.pressure.ind(doc)
doc <- cuco.uncert.digit(doc)
doc <- cuco.uncert.pressure.offset(doc)
doc <- cuco.uncert.drift.offset(doc)
doc <- cuco.uncert.sync(doc)
doc <- cuco.uncert.stdev(doc)
doc <- cuco.uncert.purity(doc)
doc <- cuco.uncert.emis(doc)
doc <- cuco.uncert.pressure.ind(doc)
if(length(a$ct) > 0){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment