Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vlr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vaclab
vlr
Commits
f73fa02b
Commit
f73fa02b
authored
5 years ago
by
Thomas Bock
Browse files
Options
Downloads
Patches
Plain Diff
..
parent
4bbf02a9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cal/fm3.conductance.r
+4
-4
4 additions, 4 deletions
cal/fm3.conductance.r
devel/srg_vg.r
+3
-2
3 additions, 2 deletions
devel/srg_vg.r
scripts/ce3.calibration_pressure.r
+10
-10
10 additions, 10 deletions
scripts/ce3.calibration_pressure.r
with
17 additions
and
16 deletions
cal/fm3.conductance.r
+
4
−
4
View file @
f73fa02b
...
...
@@ -10,8 +10,8 @@ fm3.conductance <- function(doc){
fname
<-
deparse
(
match.call
()[[
1
]])
msg
<-
paste
(
"calculated by"
,
fname
)
c.B
<-
0.
2
## Grenze Korrelation SZ
d.B
<-
0.
85
## Grenze Korrelation Drift
c.B
<-
0.
99
## Grenze Korrelation SZ
d.B
<-
0.
9
## Grenze Korrelation Drift
t2mm
<-
getConstVal
(
a
$
cs
,
"turn_2_mm"
)
ms2s
<-
getConstVal
(
a
$
cc
,
"ms_2_s"
)
...
...
@@ -92,9 +92,9 @@ fm3.conductance <- function(doc){
### Drift Korrektur dV/dt * (1 - m.D/m.SZ)
## wenn besser als d.B korreliert
dcorr
[
j
]
<-
(
1
-
s.d
[
j
]
/
s.m
[
j
])
if
(
R.d
[
j
]
>
d.B
){
#
if(R.d[j] > d.B){
dVdt
<-
dVdt
*
dcorr
[
j
]
}
#
}
L
[
j
]
<-
dVdt
...
...
This diff is collapsed.
Click to expand it.
devel/srg_vg.r
+
3
−
2
View file @
f73fa02b
...
...
@@ -23,8 +23,9 @@ pUnit <- "mbar"
## cdb$id <- "cal-2019-ce3-kk-75036_0002" ##
## cdb$id <- "cal-2019-ce3-kk-75037_0002" ##
## cdb$id <- "cal-2019-ce3-kk-75012_0002" ##
cdb
$
id
<-
"cal-2019-ce3-kk-75041_0002"
##
sigma.F13
<-
1.11
## cdb$id <- "cal-2019-ce3-kk-75041_0002" ##
cdb
$
id
<-
"cal-2019-ce3-kk-75095_0002"
##
sigma.F13
<-
1.099
doc
<-
cdbGetDoc
(
cdb
)
$
res
doc
<-
refreshAnalysis
(
doc
)
...
...
This diff is collapsed.
Click to expand it.
scripts/ce3.calibration_pressure.r
+
10
−
10
View file @
f73fa02b
...
...
@@ -60,22 +60,22 @@ 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
){
resType
<-
a
$
ct
$
Type
if
(
resType
==
"error"
){
doc
<-
calError
(
doc
)
doc
<-
ce3.uncert.total.error
(
doc
)
doc
<-
results
(
doc
)
#
doc <- ce3.uncert.total.error(doc)
#
doc <- results(doc)
}
if
(
resType
==
"sens"
){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment