Skip to content

Commit d6ebe6a

Browse files
committed
Merge branch 'testing' of https://github.com/LukePrior/sondehub-tracker into testing
2 parents 88c5d8e + 58fa3c1 commit d6ebe6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/xdata.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function parseOIF411(xdata, pressure){
117117
// Now attempt to calculate the O3 partial pressure
118118

119119
// Calibration values
120-
Ibg = 12.0; // The BOM appear to use a Ozone background current value of 12 uA (+- 0.6)
120+
Ibg = 0.0; // The BOM appear to use a Ozone background current value of 0 uA
121121
Cef = get_oif411_Cef(pressure); // Calculate the pump efficiency correction.
122122
FlowRate = 28.5; // Use a 'nominal' value for Flow Rate (seconds per 100mL).
123123

@@ -635,4 +635,4 @@ function parseXDATA(data, pressure, temperature){
635635

636636
return _output
637637

638-
}
638+
}

0 commit comments

Comments
 (0)