summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar willemferguson <willemferguson@zoology.up.ac.za>2018-11-11 12:33:11 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2018-11-22 02:37:14 +0200
commitfba6ec5ad500f0106a1590f061a583376dcbd23d (patch)
treec3e0b7d09e725f4f6a299ebbf04a64571abfc14d /CHANGELOG.md
parentda866583fdfb06a7cc8799d8cb2b7fd9bc2d7d9e (diff)
downloadsubsurface-fba6ec5ad500f0106a1590f061a583376dcbd23d.tar.gz
Improve OTU calculations
Implement the protocol in Erik Baker's document "Oxygen Toxicity Calculations". This code uses a third-order polynomial approximation of Baker's equation 2. Provision is made for PSCR and CCR dive logs and dive plans. In the case of dive logs, the values of o2 sensors are used if there are data from such sensors. For CCR only the data from the first O2 sensor is used even if there are more than one sensor. This is a potential weakness, but this function is probably NOT the place to calculate mean o2 values accross all sensors and to emulate voting logic to reject info from aberrant sensors. Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za> Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09917fff2..9cc29adb8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+- Dive: Perform more accurate OTU calculations, and include
+ OTU calculations for rebreather dives [#1851 & #1865].
- Mobile: add initial copy-paste support
- Desktop: translate trip date
---