ctdcal.rinkoΒΆ
A module for working with the RINKO analog optode.
Functions
Non-linear least squares fit oxygen optode against bottle oxygen. |
|
|
|
Density matching in a manner similar to that of the SBE43 method described in oxy_fitting.py. |
|
A weighted residual fit in a similar manner to that of the SBE43 method of oxy_fitting.py. |
|
Calculates the dissolved oxygen percentage. |
|
Note that the pressure term, d, must be in MPa |
|
Same as rinko_oxy_eq, but in a form that is more suitible for scipy's curve fit routine X contains pressure, temperature, voltage, and OS (the normal arguments for rinko_oxy_eq) |
|
Calibration coefficients for the oxygen calculations (from RinkoIII manual). |
|
Derive corrected RINKO dissolved oxygen. |
|
Iteratively fit Rinko DO data against bottle oxygen. |
|
" |
|
Per RinkoIII manual: 'The film sensing the water is affect by environment temperature and pressure at the depth where it is deployed. |
|
Calculates Rinko P' of the equation P = G + H * P' where P is DO physical value IN PERCENT [%] |
|
Calculates Rinko P of the equation P = G + H * P' where P is DO physical value IN PERCENT [%] |
|
Calculate rinko temperature from voltage and calibration coeffieicnets. |
|
Rinko temperature calibration coefficients (from RinkoIII manual). |
|
Generate weights from oxygen residuals and provided coefficients. |
|
Oxygen optode is not able to detect salinity, so a correction is applied to account for the effect of salt on oxygen concentration. |
Classes