Research and Teaching Blog
3 Posts in November Archive
Labjack Sensors
Here are some resources on installing the drivers for Labjack on Windows, a prebuilt installer for Mac OS X as well as the python modules.
Steps required to install the LabJackPython module:
- Open a command prompt (Click on Start > Run and type cmd in the box. Should open a DOS window)
- Change directory to the folder where you have your LabJackPython files extracted (e.g. 'cd \Downloads\LabJackPython\)
- type the command 'python setup.py install' in the folder where the ...
[Update] Stochastic kinetics
Edit: Added mock NADH data at the bottom of this post
Here I am including the code used to produce the enzyme kinetic plots this morning. Feel free to use the following as a template to create your plotting program.
# Experiments in Markov Models
# E + S <---> ES ---> E + P
# Let
# Pr(E + S ---> ES) = 0.3
# Pr(E + S ---> E + S) = 0.7
# Pr(E + S ---> E + P) = 0
# Pr(ES --> E + P) = 0.1
# Pr(ES --> ES) = 0.4 ...--->
Temperature and RH in 376A
Here's an experiment. I have a script uploading hourly temperature and humidity data to a spreadsheet. Here's the visualization of the temperature and humidity data in my office.
