You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The controlled pump has to be set to ID 5 to allow compatibility with other scripts
44
-
*
45
-
* @param {number} turbidostatODMin [AU] - Minimum OD/lower bound for OD regulator/turbidostat
46
-
* @param {number} turbidostatODMax [AU] - Maximum OD/upper bound for OD regulator/turbidostat
47
-
* @param {number} turbidostatODType [680/720/735] - OD sensor used for turbidostat control
48
-
* @param {number} ODReadoutInterval [s] - Defines how often is the OD measured
49
-
* @param {number} peristalticPumpSpeed [%] - Nominal pump speed used for dilution of the suspension
50
-
* @param {number} peristalticPumpSlowDownRange [%] - Lower range where the pump slows down
51
-
* @param {number} peristalticPumpSlowDownFactor [%] - Slow down factor for the pump
52
-
* @param {number} growthStatistics [true/false] - Enable or disable calculation of growth statistics. Note that the doubling time (Dt) calculation also includes information about the fit coefficient of determination (CoD in %), known as R-squared
53
-
* @param {number} regressionODType [680/720/735] - OD sensor used for doubling time determination
54
-
* @param {number} analyzedSteps [-] - Number of steps to be analyzed for stability check
55
-
* @param {number} intervalOfConfidenceMax [%] - Maximum allowed percents of 95% Confidence Interval
56
-
* @param {number} growthTrendMax [%] - Maximum growth speed trend in time
57
-
* @param {number} stabilizationTimeMin [h] - Minimum duration of each characterization step
58
-
* @param {number} stabilizationTimeMax [h] - Maximum duration of each characterization step
59
-
* @param {number} growthRateEvalDelay [s] - Time after dilution where data for doubling time determination are ignored. By default growthRateEvalFrac, i.e. only limited fraction of the data points is used for calculations.
60
-
* @param {number} growthRateEvalFrac [0-1] - Defines whether to use particular fraction of the data points for doubling time determination.
61
-
* This is to prevent influence of post dilution effect on doubling time evaluation. If 0 or false, growthRateEvalDelay is used instead. Note that to completely disable data limitation you need to set both growthRateEvalFrac and growthRateEvalDelay to 0.
62
-
* @param {string} controlledParameter ['none'/'temperature'/'lights'/'GMS'/'stirrer'/'ODRange'] - Supported parameters to control by the script
63
-
* @param {array} controlledParameterSteps - List of values for the controlled parameter. Examples:
* The controlled pump has to be set to ID 5 to allow compatibility with other scripts
41
+
*
42
+
* @param {number} turbidostatODMin [AU] - Minimum OD/lower bound for OD regulator/turbidostat
43
+
* @param {number} turbidostatODMax [AU] - Maximum OD/upper bound for OD regulator/turbidostat
44
+
* @param {number} turbidostatODType [680/720/735] - OD sensor used for turbidostat control
45
+
* @param {number} ODReadoutInterval [s] - Defines how often is the OD measured
46
+
* @param {number} peristalticPumpID [3-7] - Defines peristaltic pump ID set to the pump used for fresh media supply (quasi-continuous mode)
47
+
* @param {number} peristalticPumpSpeed [%] - Nominal pump speed used for dilution of the suspension
48
+
* @param {number} peristalticPumpSlowDownRange [%] - Lower range where the pump slows down
49
+
* @param {number} peristalticPumpSlowDownFactor [%] - Slow down factor for the pump
50
+
* @param {number} growthStatistics [true/false] - Enable or disable calculation of growth statistics. Note that the doubling time (Dt) calculation also includes information about the fit coefficient of determination (CoD in %), known as R-squared
51
+
* @param {number} regressionODType [680/720/735] - OD sensor used for doubling time determination
52
+
* @param {number} analyzedSteps [-] - Number of steps to be analyzed for stability check
53
+
* @param {number} intervalOfConfidenceMax [%] - Maximum allowed percents of 95% Confidence Interval
54
+
* @param {number} growthTrendMax [%] - Maximum growth speed trend in time
55
+
* @param {number} stabilizationTimeMin [h] - Minimum duration of each characterization step
56
+
* @param {number} stabilizationTimeMax [h] - Maximum duration of each characterization step
57
+
* @param {number} growthRateEvalDelay [s] - Time after dilution where data for doubling time determination are ignored. By default growthRateEvalFrac, i.e. only limited fraction of the data points is used for calculations.
58
+
* @param {number} growthRateEvalFrac [0-1] - Defines whether to use particular fraction of the data points for doubling time determination.
59
+
* This is to prevent influence of post dilution effect on doubling time evaluation. If 0 or false, growthRateEvalDelay is used instead. Note that to completely disable data limitation you need to set both growthRateEvalFrac and growthRateEvalDelay to 0.
60
+
* @param {string} controlledParameter ['none'/'temperature'/'lights'/'GMS'/'stirrer'/'ODRange'] - Supported parameters to control by the script
61
+
* @param {array} controlledParameterSteps - List of values for the controlled parameter. Examples:
debugLogger('GMS settings changed. Gas Mixing set to Air flow '+round(flowAir,2)+' ml/min and CO2 flow '+round(flowCO2,2)+' ml/min ('+round((flowCO2/(flowCO2+flowAir)+400/1e6)*100,1)+'%)')
debugLogger('GMS settings changed. Gas Mixing set to Air flow '+round(flowAir,2)+' ml/min and CO2 flow '+round(flowCO2,2)+' ml/min ('+round((flowCO2/(flowCO2+flowAir)+400/1e6)*100,1)+'%)')
0 commit comments