This class holds all the methods to read and process the salt
calibation of the electical conductivity (EC) sensor.
|
|
|
|
|
|
|
|
|
|
numpy array or float
|
|
|
numpy array or float
|
readout2concentration(self,
readout,
background_readout=None)
Function which calculates the concentration for a given sensor
readout using the least square line fitted to the
conductance-concentration relation. |
source code
|
|
|
|
| conductance2concentration(self,
conductance,
background=None) |
source code
|
|
|
dict: {function, float, float, float, float}
|
|
|
list of matplotlib axes object
|
|
|
Inherited from core.experiment_classes.LoggedData:
check
Inherited from core.extra_classes.TimeSeries:
check_constant_sampling_interval,
check_monotonically_inc_time,
cut_time_series,
filter_and_resample,
get_ind,
get_ind_as_slice,
get_index_after,
get_index_before,
get_index_nearest,
integrate,
plot_date,
plot_ts,
time_filter_gauss
Inherited from core.extra_classes.Data:
filter_by_freq,
filter_low_pass,
mask_if_true,
mask_jumps,
mask_jumps_one_dir,
mask_value,
pickle
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|