Update GlucoseCheck.py
(GJ) Grenzen iets strakker gezet
This commit is contained in:
parent
371b39b75d
commit
5d23f1cec6
1 changed files with 5 additions and 5 deletions
|
|
@ -35,14 +35,14 @@ limits_table = [
|
||||||
[16, 99], # hour 1
|
[16, 99], # hour 1
|
||||||
[12, 3], # hour 2
|
[12, 3], # hour 2
|
||||||
[10, 3], # hour 3
|
[10, 3], # hour 3
|
||||||
[10, 4], # hour 4
|
[ 9, 3], # hour 4
|
||||||
[10, 4] ], # extra dunplicate
|
[ 9, 3] ], # extra duplicate
|
||||||
[ [22, 99], # hour 0 constants after eating /e [max_level, max_pos_slope, max_neg_slope]
|
[ [22, 99], # hour 0 constants after eating /e [max_level, max_pos_slope, max_neg_slope]
|
||||||
[18, 99], # hour 1
|
[18, 99], # hour 1
|
||||||
[15, 6], # hour 2
|
[15, 6], # hour 2
|
||||||
[12, 6], # hour 3
|
[11, 6], # hour 3
|
||||||
[10, 4], # hour 4
|
[ 9, 3], # hour 4
|
||||||
[10, 4] ] # extra dunplicate
|
[ 9, 3] ] # extra duplicate
|
||||||
]
|
]
|
||||||
|
|
||||||
limits_max_hours = 4 # nr of hours in the above lists
|
limits_max_hours = 4 # nr of hours in the above lists
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue