This class can hold several calibrations and provides the following
functions to convert sensor readout to concentration:
|
|
|
|
|
|
|
|
numpy array or float
|
|
numpy array or float
|
|
numpy array or float
|
readout2concentration_closest(self,
times,
readouts,
background_readout,
verbose_=False)
Converts the readout into a concentration using the calibration
closest in time to the readouts (note only the time of first readout
is checked). |
source code
|
|
numpy array or float
|
conductance2concentration_closest(self,
times,
readouts,
background_readout,
verbose_=False)
Converts the readout into a concentration using the calibration
closest in time to the readouts (note only the time of first readout
is checked). |
source code
|
|
numpy array or float
|
readout2concentration_weighted(self,
times,
readouts,
background_readout)
Converts the readout into a concentration using the weighted
calibration of the two calibrations closest in time to the readout. |
source code
|
|
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__ ,
__str__ ,
__subclasshook__
|