Difference between revisions of "Assignment 4: finding and measuring things"

From Course Wiki
Jump to: navigation, search
m
(Overview)
 
(2 intermediate revisions by one user not shown)
Line 3: Line 3:
 
{{Template:20.309}}
 
{{Template:20.309}}
 
==Overview==
 
==Overview==
Congratulations on completing assignment 3. Now you can say you made an epifluorescence microscope. How cool is that?
+
Congratulations on completing assignment 3. Now you can say you built your own epifluorescence microscope and used it to image mammalian cells. How cool is that?
  
The in-lab part of this assignment is straightforward. You will make a fluorescent image of tiny microspheres for measuring resolution and then you will record a three-minute movie of larger microspheres for measuring the noise in position measurements made with your microscope. Easy.  If your microscope is in shape, you ought to be able to get the lab part done in well under an hour. (The tiny microspheres do not produce very much light. Sometimes people struggle a bit to get them in focus. Hint: make sure your microscope is well-adjusted before you look at really tiny, dim things.)
+
The in-lab part of this assignment is straightforward. You will take a fluorescent image of tiny microspheres for measuring resolution, and then you will record short movies of larger microspheres diffusing in glycerol. Easy.  If your microscope is in shape, you ought to be able to get the lab part done in well under an hour. (The tiny microspheres do not produce very much light. Sometimes people struggle a bit to get them in focus. Hint: make sure your microscope is well-adjusted before you look at really tiny, dim things.)
  
You will also develop image processing code to analyze the images. Using the image of tiny microspheres, you will measure the resolution of your microscope. You will use the movie of larger microspheres to assess how precisely position can be measured. Developing the code will take longer than the in-lab part of this assignment.
+
The out-of-lab components of this assignment will involve writing some hardcore MATLAB code. You will simulate data, use nonlinear fitting to measure the size of beads in an image, and track particles through frames of a movie. Many students find that developing the code for this assignment is challenging and that it can take longer than expected. Please don't hesitate to work on your code in 16-336 during lab hours. The instructors are happy to work alongside you to help you get through MATLAB's many curiosities and frustrations.
 +
 
 +
{{Template:Safety Warning|message = Warning: Assignment 5 will heavily build off of the code you write in Assignment 4. Drop at your own risk!!}}
  
 
==Navigation==
 
==Navigation==

Latest revision as of 14:49, 17 September 2018

20.309: Biological Instrumentation and Measurement

ImageBar 774.jpg

Overview

Congratulations on completing assignment 3. Now you can say you built your own epifluorescence microscope and used it to image mammalian cells. How cool is that?

The in-lab part of this assignment is straightforward. You will take a fluorescent image of tiny microspheres for measuring resolution, and then you will record short movies of larger microspheres diffusing in glycerol. Easy. If your microscope is in shape, you ought to be able to get the lab part done in well under an hour. (The tiny microspheres do not produce very much light. Sometimes people struggle a bit to get them in focus. Hint: make sure your microscope is well-adjusted before you look at really tiny, dim things.)

The out-of-lab components of this assignment will involve writing some hardcore MATLAB code. You will simulate data, use nonlinear fitting to measure the size of beads in an image, and track particles through frames of a movie. Many students find that developing the code for this assignment is challenging and that it can take longer than expected. Please don't hesitate to work on your code in 16-336 during lab hours. The instructors are happy to work alongside you to help you get through MATLAB's many curiosities and frustrations.


Warning.jpg Warning: Assignment 5 will heavily build off of the code you write in Assignment 4. Drop at your own risk!!


Navigation

Back to 20.309 Main Page