- This topic has 7 replies, 3 voices, and was last updated 8 months, 2 weeks ago by Noelia.
-
AuthorPosts
-
March 21, 2022 at 3:43 pm #1445jeff8838Participant
Hi,
How were the laser calibration factors for OD determined?
In app.py, calibrateOD() and measureOD() grab values from a and b:
a = sysData[M][‘OD0’][‘LASERa’]
b = sysData[M][‘OD0’][‘LASERb’]From the sysData dictionary, it looks like a = 0.226 and b = 1.833.
How would I go about determining these values if I wanted to use another light source?
Thanks for your help!
March 21, 2022 at 3:48 pm #1446harrisonKeymasterThey were done by calibrating against a spectrophotometer in our old lab. If you wish to see how it is done, check the supplementary material of the Chi.Bio paper in PLoS biology which shows this raw data + the fitting used. In that case various standard solutions were used in the calibration, but you could also use whatever cell type you are using in your research to make sure it matches up perfectly across your different instruments.
March 21, 2022 at 3:48 pm #1447harrisonKeymasterThey were done by calibrating against a spectrophotometer in our old lab. If you wish to see how it is done, check the supplementary material of the Chi.Bio paper in PLoS biology which shows this raw data + the fitting used. In that case various standard solutions were used in the calibration, but you could also use whatever cell type you are using in your research to make sure it matches up perfectly across your different instruments.
March 21, 2022 at 3:57 pm #1448jeff8838ParticipantThank you – I found the information I was looking for in the Chi.Bio paper.
March 23, 2022 at 2:15 pm #1453jeff8838ParticipantHey there,
A follow-up question: is the “a” variable (sysData[M][‘OD0’][‘LASERa’]) similar to the 0.3974 term in front of ODi in equation (S2) of the supplementary paper, and is the “b” variable (sysData[M][‘OD0’][‘LASERb’]) the same as the 1.374 term in front of ODi^2 in equation (S2)?
March 23, 2022 at 3:03 pm #1454jeff8838ParticipantAlso, how did you derive the following equation in the code?
Do you use the following equations: OD0 = ODRaw/ODActual, and ODi = log10(OD0/ODRaw), and the general quadratic equation for ax^2 + bx + c = 0?raw=((ODActual/a + (b/(2*a))**2)**0.5) – (b/(2*a)) #THis is performing the inverse function of the quadratic OD calibration.
OD0=(10.0**raw)*ODRawMarch 24, 2022 at 2:12 pm #1455jeff8838ParticipantOkay scratch that – I figured out how things were computed 🙂
March 5, 2024 at 3:41 am #1788NoeliaParticipantHi there,
To get the raw measurements in the ChiBio do I need to set LEDFa=1? (I’m doing it with scattered light). I’m doing this to calculate LEDFa with my cells and media through a curve calibration and I don’t want the default calibration to interefere.
Same for absorbance, should I set Lasera / Laserb differently?Thanks,
Noelia
-
AuthorPosts
- You must be logged in to reply to this topic.