I just finished watching Sylvia Earle’s TED talk, which was very well done. She covered many of the problems facing our oceans today. Talks like these definitely help to give me motivation to make a difference in the field of marine science. The first point she brings up is that we used to think the oceans were inexhaustible, but of course now we know better. This reminded me of my grandmother who always tells me that the oceans are so vast humans could never damage them. It seems completely unreasonable to think that today, but I suppose this was the consensus year ago.
The second sensor project didn’t turn out quite like Dana and I had planned. We ended up changing our sensor to a temperature sensor, because we could not get a stable reading using our fluorometer set up. We integrated our fluorometer with the microchip, but when looking at the output, the counts were jumping over a very large rang. Then when we changed the sample to a more concentrated dilution, the change was to small to be significant. We were running low on time, so we changed to a temperature sensor. Calibrating the temperature sensor was much easier then calibrating the fluorometer. We also had much less variation in the counts then we did with the fluorometer. We averaged six readings in order to reduce the variability in the counts even more.
We ran into a couple problems when fitting a line through our measured temperature points. The calibration curve was not linear, so we found the best fit by using a fourth degree polynomial regression line, which fit almost perfect (R^2=0.9998). However, when we took the equation excel gave us for the line and entered the count values, it consistently gave us the wrong temperature value. I did the regression analysis again in matlab and got the same equation, however this time I got the equation to a few more decimal places. Using the equation matlab generated worked much better.
I then spent more time then I had wished trying to insert the equation into the code. I wanted to the output of the microchip to be already in degrees Celsius, not in counts. No matter how I entered the equation, it would not work. It would output numbers that were far too large (>1000). Perhaps the microchip cannot perform more then a few operations in a row. However, I expect that the chip can perform the math and I am just entering something wrong. We ended up just entering the counts into the equation in excel to find the temperature. Our sensor performed well yesterday when we had a mystery sample; it found the temperature within one degree Celsius.
We also ended up watching the space shuttle launch at the end of last class, which was pretty exciting. I am terribly disappointed that our space program is being downsized. It may be difficult to justify spending large amounts of money on a space program, but I believe it’s a mistake to cut funding to NASA and our space program. I believe discovery unites people, and there is nothing like discovery beyond our planet to unite people around the globe.