Added comments about pitchrate

Sat, 24 Aug 2019 19:48:23 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 24 Aug 2019 19:48:23 +0200
changeset 456
00b199dccf72
parent 455
f319a8ab931a
child 457
b9055393b802

Added comments about pitchrate

www/js/prod_edit.js file | annotate | diff | comparison | revisions
--- a/www/js/prod_edit.js	Sat Aug 24 16:16:16 2019 +0200
+++ b/www/js/prod_edit.js	Sat Aug 24 19:48:23 2019 +0200
@@ -830,6 +830,8 @@
 				pitchrate = 0.75;
 				if (dataRecord.est_og > 1.060)
 					pitchrate = 1.0;
+//				if (dataRecord.est_og > 1.076)
+//					pitchrate = 1.25;	// Wyeast labs. http://www.wyeastlab.com/hb_pitchrates.cfm
 				if (row.y_type == 0) // lager yeast
 					pitchrate *= 2;
 

mercurial