@@ -8,14 +8,14 @@ var UserDefinedProtocol = {
88 photosynthesisMeasurementPeriod : 3600 ,
99 turbidostatSynchronization : false ,
1010 growthStabilitySynchronization : false ,
11- stirrerIntensityValues : [ 30 , 60 ] ,
11+ stirrerIntensityValues : [ 50 , 75 ] ,
1212 lightStepMultiplierValues : [ 1 ] ,
1313 lightStepMultiplierColors : [ 'red' ] ,
1414 photosynthesisCurveLightMultiplierValues : [ 1 ]
1515}
1616
1717/* globals
18- importPackage, java, Packages, theGroup, theAccessory, theExperiment, theLogger, ProtoConfig, ETrendFunction, result:true
18+ importPackage, java, Packages, theGroup, theAccessory, theExperiment, theLogger, ProtoConfig, ETrendFunction, result: true
1919*/
2020
2121/**
@@ -24,7 +24,7 @@ var UserDefinedProtocol = {
2424 * @script PI-Curves Measurement - Photosynthesis Efficiency Quantification
2525 * @author CzechGlobe - Department of Adaptive Biotechnologies (JaCe)
2626 * @version 1.2.2
27- * @modified 25 .10.2018 (JaCe)
27+ * @modified 26 .10.2018 (JaCe)
2828 * @notes For proper function of the script following protocols have to be disabled: "Lights", "Bubble intr. valve" and "Stirrer"
2929 *
3030 * @param {number } oxygenMeasurementDuration [s] Duration of O2 evolution measurement
0 commit comments