Skip to content

Commit 58fa3c1

Browse files
authored
Fix
1 parent 0167247 commit 58fa3c1

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

@@ -634,4 +634,4 @@ function parseXDATA(data, pressure, temperature){
634634

635635
return _output
636636

637-
}
637+
}

0 commit comments

Comments
 (0)