Difference between revisions of "Assignment 2: fluorescence microscopy"

From Course Wiki
Jump to: navigation, search
Line 12: Line 12:
  
 
{{Template:Assignment Turn In|message= Here is a comprehensive list of what you need to turn in:
 
{{Template:Assignment Turn In|message= Here is a comprehensive list of what you need to turn in:
Part 1 ('''individually''')
+
Part 1
 
#  What percentage of the results fall with one, two, and three standard deviations? Is it reasonable to approximate this situation as a normal distribution?
 
#  What percentage of the results fall with one, two, and three standard deviations? Is it reasonable to approximate this situation as a normal distribution?
 
# Produce a log-log plot of standard deviation of the number of photons emitted as a function of the average number of photons emitted for probability of photon emission equal to the values: 1E-6, 1E-5, 1E-4, 1E-3, and 1E-2. '''Hints:'''
 
# Produce a log-log plot of standard deviation of the number of photons emitted as a function of the average number of photons emitted for probability of photon emission equal to the values: 1E-6, 1E-5, 1E-4, 1E-3, and 1E-2. '''Hints:'''
Line 23: Line 23:
 
# In what situations is dark current noise a significant problem?
 
# In what situations is dark current noise a significant problem?
  
Parts 2 & 3 ('''as a team''')
+
Parts 2 & 3
 
# Choose focal lengths for L3, L4 and L5 so that the laser beam diameter matches the FOV of the CCD camera.
 
# Choose focal lengths for L3, L4 and L5 so that the laser beam diameter matches the FOV of the CCD camera.
 
# Sketch a block diagram of the illumination path. Make sure to indicate
 
# Sketch a block diagram of the illumination path. Make sure to indicate

Revision as of 20:35, 5 September 2018

20.309: Biological Instrumentation and Measurement

ImageBar 774.jpg


This assignment has 3 parts.

Submit your work on Stellar in a single PDF file with the naming convention <Lastname><Firstname>Assignment2.pdf.


Pencil.png

Here is a comprehensive list of what you need to turn in: Part 1

  1. What percentage of the results fall with one, two, and three standard deviations? Is it reasonable to approximate this situation as a normal distribution?
  2. Produce a log-log plot of standard deviation of the number of photons emitted as a function of the average number of photons emitted for probability of photon emission equal to the values: 1E-6, 1E-5, 1E-4, 1E-3, and 1E-2. Hints:
    • Use a nested loop.
    • Speed things up by getting rid of the plotting inside the loop and only run 100 simulations for each probability.
  3. What is the relationship between the number of photons detected and the noise (standard deviation)?
  4. Repeat the simulation for a detector that has only a 25% chance of detecting a photon and a light source that is 4 time brighter.
  5. Turn in the code you used to generate the plots
  6. On one set of axes, plot the average variance vs. mean for exposure times of 10-4, 10-3, 10-2, 10-1, 100 seconds.
  7. In what situations is dark current noise a significant problem?

Parts 2 & 3

  1. Choose focal lengths for L3, L4 and L5 so that the laser beam diameter matches the FOV of the CCD camera.
  2. Sketch a block diagram of the illumination path. Make sure to indicate
    • your chosen focal lengths for L3-L5,
    • the correct lens orientations, and
    • distances between components (if not important, leave blank).
  3. For each bead sample, include the original, reference, and flat-field corrected images in your lab report. In the caption note the exposure and gain settings used for each image.
  4. For one set of images (either the 0.84 or 3.6 μm beads and their corresponding dark and reference images), include the MATLAB code you used to calculate the flat-field correction.


Back to 20.309 Main Page