OD Calibrations

Hi Eric!

I’ll try to answer to your questions based on my experience.

  1. I mostly work with OD135 calibrations, so I am not sure of the quality of your data. Other users may be more insightful.

  2. When a calibration didn’t look so good, we checked that both the IR LED and the 135º photodiode were properly placed (in your case, you would also have to look at the 90º). If this didn’t improve the calibration plot, we also changed the IR LED and, if that wouldn’t work, we also changed the diode.

  3. To measure OD600 of a culture in a lab spectrophotometer, we usually place a cuvette with the media to use as a blank. The spectro (or the user) sets that absorbance as the baseline value (zero) to get an accurate measurement of the OD our cultures. When you run an eVOLVER experiment, that prompt is asking you whether you want to set the initial recorded OD as a “zero” or if you want to use the “zero” of your calibration. This is assuming that place your vials full of media but without cells, start the experiment, and inoculate your cells later on.

  4. I assume that the setting is the power of the IR LED. You can check this setting in the conf.yml file inside the eVOLVER. See here how to do it. (I assume your eVOLVER will be pre-configured and if you have a newer version of eVOLVER, the value will be different, probably 4096).

Extra 1: You can add the vial number to the 3D plots easily.

  • Go to the dpu/calibrations/calibrate.py script and look for line 173. It should look something like this:
  • After that line add: ax.set_title('Vial: ' + str(i))

I added an issue to the Github repository.

Hope it helped!

1 Like