cagey.turbidity.get_turbid_state#

cagey.turbidity.get_turbid_state(turbidities, dissolved_reference)[source]#

Get the turbidity state of an experiment.

Parameters:
  • turbidities (dict[str, float]) – Maps a timestamp to a turbidity measurement.

  • dissolved_reference (float) – The turbidity at which the solution is considered dissolved.

Returns:

The turbidity state of the experiment.

Return type:

TurbidState