Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Achim Morschhauser
GeomagLogger
Commits
2e5606ac
Commit
2e5606ac
authored
Nov 15, 2018
by
Achim Morschhauser
Browse files
Auto-calibrate iteration
parent
74b823c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/driver_obs_obsdaq.cpp
View file @
2e5606ac
...
...
@@ -1135,7 +1135,7 @@ int driver_obs_obsdaq::init_run(double freq){
if
(
driver_obs
::
cal
->
get_adc_calibrate
(
config
,
adc_offset
,
adc_scale
)
<
0
){
// Automatic Calibration
auto_calibrate
(
i
,
1
,
config
);
auto_calibrate
(
i
,
5
,
config
);
auto_cal
=
1
;
}
else
{
// Set the pre-determined calibration constant
...
...
usr/ADC.par
View file @
2e5606ac
# config (serialnumber/ccdd/channel),scale,offset
# Tatuoca
#OD-56A17021/0223/0,3AEC9C,00028E;
OD-56A17021/0223/1,3AEC9C,00028E;
OD-56A17021/0223/2,3AEC9C,00028E;
# AUTO-CALIBRATE 2018-11-15 11:54:13 UTC
OD-56A17021/0223/0,2F2486,0003E4;
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment