Last active
August 29, 2015 14:01
-
-
Save pingswept/37d9308f40fda36c0a2d to your computer and use it in GitHub Desktop.
First cut at turbidostat experiment config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [optical density] | |
| max_od=0.25 | |
| min_od=0.1 | |
| od_logging_interval=30 | |
| [stirrer] | |
| speed="medium" | |
| [temperature] | |
| target=37.0 | |
| variation="sineWave(seconds=400, degrees=4.0)" | |
| temp_logging_interval=30 | |
| [fluids] | |
| row_1_sources="A:20|B:80,A,A,A,B,B,B,B" | |
| row_2_sources="A,A,A,A,B,B,B,B" | |
| row_3_sources="B,A,B,A,B,B,B,B" | |
| row_4_sources="A,A,A,A,D,D,D,D" | |
| row_5_sources="C,C,C,C,B,B,B,B" | |
| row_6_sources="A,A,A,A,B,B,B,B" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment