Optical Microscopy Part 2: Fluorescence Microscopy

From Course Wiki
Revision as of 12:52, 13 August 2013 by MAXINE JONAS (Talk | contribs)

Jump to: navigation, search
20.309: Biological Instrumentation and Measurement

ImageBar 774.jpg


Contextual Background

Recommended reading

Design of a fluorescence microscope

Beam expansion

Your 20.309 microscope

Components in the 20.309 lab

Laser illumination and laser safety

The fluorescent illumination source is a 5 mW, λ=532 nm green laser pointer. Do not begin working with the laser until you are familiar with laser safety procedures. If you missed laser safety training, please see an instructor.

  • Wear the correct laser safety eyewear at all times — even when your laser is not on — since other groups may be using theirs.
  • Make sure the laser warning light outside the main door to the lab is flashing before you turn on a laser.
  • Never point the laser toward other people.
  • Laser light can emerge from the top of the objective lens. Never put your face directly above the objective.

Dichroic mirror and barrier filter

The fluorophores we use will emit light in the orange-red region of the visible spectrum (550-600 nm) when excited by the 532 nm green laser.

In any fluorescence system, a key concern is viewing only the emitted fluorescence photons, and eliminating any background light, especially from the illumination source. Two optical elements address the problem. A dichroic mirror reflects light of one wavelength, and passes light of another. The transmission spectrum for the 565DCXT from Chroma Technologies, which is similar to your NT47-268 dichroic from Edmund Optics, is shown in Figure 3. In contrast, a barrier filter blocks a particular spectral region extremely well. We will use the E590LPv2 barrier filter from Chroma Technologies.

Figure 3 shows the transmittance of the dichroic mirror and barrier filter over a range of wavelengths. The barrier filter is essential for high-sensitivity fluorescence imaging as it will block any reflected green light while allowing trace amount of red light from the fluorophores. It will also pass the red light from the LED in the illuminator for bright field imaging so that you can accomplish combined bright field and fluorescent imaging to help set up your sample.

Figure 3: The transmission spectra for the 565DCXT dichroic and the E590LPv2 barrier filter

Samples

You have the following samples available for imaging with both 40× and 100× objectives:

  • A fluorescence reference slide
  • Several types of sample slides with 4 μm or 1 μm red-fluorescent beads (several different dyes, but with peak excitation roughly 535nm, peak emission roughly 575nm)
  • PSF slides with 100 nm or 190 nm red-fluorescent beads

Data sheets

  1. SYBR Green I datasheet

Considerations to keep in mind while working

Beam expansion criteria

Collimated light comes out of the laser pointer. The light should also be collimated when it reaches the sample (Kohler illumination). In order to provide a good image, the laser light should illuminate most of the field of view. The beam emerging from the laser pointer (approximately 1.1 mm) may not be wide enough. This means that the laser beam will need to be expanded. The design of the beam expander is a tradeoff. Overexpansion will decrease the light intensity at the sample and may not give you enough power for imaging. Underexpansion will result in very uneven illumination.

  • What expansion factor should you use for a 40× objective?
  • Remember that the Gaussian propagation law dictates that divergence X beam waist = constant.

Barrier filter incorporation

To easily switch back and forth between bright-field and fluorescence microscopy mode, you may need to remove and add the barrier filter (BF) from your setup (this is obviously true and mandatory if your bright-field light source is a blue LED, whose transmitted light would otherwise be blocked by the E590LPv2 BF; the latter only transmits light of wavelength > 590 nm).

  • Keeping in mind that barrier filters are designed to work under collimated light illumination, where do you intend to position the BF in your microscope light path?
  • What wavelengths must your BF transmit?

Data processing: Converting Gaussian fit to Rayleigh resolution

Plot of an Airy function with Rayleigh resolution R=1, and a best-fit Gaussian function with σ=0.46869.

One method for measuring resolution is to fit a Gaussian function to an image of a very small source such as a fluorescent PSF microsphere. If the source is small enough, the image approximates the optical system's point spread function. As evidenced by the plot at right, the Gaussian function looks a lot like the central maximum of the Airy function.

The Rayleigh resolution of the Airy function shown is 1. The σ of the corresponding Gaussian is 0.46869. Thus, to convert the Gaussian fit to Rayliegh resolution, multiply σ by 1/0.46869 = 2.13361.

Note that some Gaussian fitting functions (such as gaussfit) return sqrt(2) * σ, instead of σ. In this case, multiply the value returned by 1/(sqrt(2) * 0.46869) = 1.50869. The occurs because the gaussfit function does not include the customary factor of two in its denominator. The equation implemented by gaussfit is:

F = (a(1) * exp(-((X - a(5)) .^ 2 / (a(2) ^ 2) + (Y-a(6)) .^ 2 / (a(3) ^ 2))) + a(4));

Here is the code that generated the plot:

xAxis = -10:0.01:10;

% generate an Airy disk profile with a normalized resolution R=1
firstBesselZero = 3.8317;
airyFunction = 2 * abs(besselj(1, firstBesselZero * xAxis)./ (firstBesselZero * xAxis));
airyFunction(xAxis == 0) = 1;

% use nonlinear regression to fit a Gaussian function to the Airy disk
gaussianFunction = @(parameters, xdata)  parameters(2) * exp( -xdata .^ 2 / (2 * parameters(1) .^ 2) );

bestFitGaussianParameters = nlinfit(xAxis, airyFunction, gaussianFunction, [1 1]);
lsqcurvefit(gaussianFunction, [1 1], xAxis, airyFunction);
bestFitGaussian = gaussianFunction(bestFitGaussianParameters, xAxis);
sigma = bestFitGaussianParameters(1);
sigmaToFwhmConversionFactor = 2 * sqrt(2*log(2));
fwhm = sigmaToFwhmConversionFactor * sigma;

% plot the results
plot(xAxis, airyFunction);
hold on;
plot(xAxis, bestFitGaussian, 'r');
title(texlabel(['Airy Function (R=1) versus Gaussian (sigma = ' num2str(sigma) ' FWHM = ' num2str(fwhm) ')']));

Instructions

Microscope construction

  • Verify your design with one of the lab instructors before beginning construction.
  • Use a dichroic mirror to direct the laser illumination toward the sample and to pass the emitted (fluorescent) light back through to the CCD.
  • The barrier filter removes any light from the illumination laser that was not reflected by the dichroic.
  • During fluorescent imaging, you will not use the bright field illuminator. Bright-field capability is useful for first visualizing the sample and viewing what features are in the field of view. Your design should retain the ability to do both white light and fluorescent visualization.

Fluorescence Imaging

  1. Use a fluorescence reference slide to center the field of view and to optimize the uniformity of illumination. Take an image of this, with both the 40× and 100× objectives. Use the histogram display of the camera software (function imhist in Matlab) to be certain that the image is not overexposed and that you are using the full dynamic range of the camera.
  2. Under each magnification configuration (40× or 100×), take an image of the 4 μm and 1 μm red-fluorescent beads. Perform flat-field correction on the image (i.e. divide the image by a normalized copy of your reference image). Be sure that your microscope is in the same state when you record the reference image and the bead image. [Note: Actively enable the 12-bit option of the camera software, which otherwise defaults to 8-bit imaging]. Compare what you see before and after flat field correction.
  3. Make initial images of the PSF slide. This slide consists of 190nm fluorescent beads, which are proxies for ideal point sources. The image of a practical point source object will closely approximate the ideal Airy disk. Calculate the approximate resolution of your microscope, using this measured Airy disk or Gaussian image (depending on the quality of your microscope and the resolution of the camera).

Example images:

Report: Microscope construction and fluorescence characterization

Microscope design

  • Update the block diagram description of your microscope, its photograph, and annotation of pertinent optical components and distances.

Fluorescence imaging characterization

Demonstrate the epi-fluorescence imaging capability of your enhanced microscope:

  • Provide the fluorescent reference image you collected with both the 40× and 100× objectives, as either an image (see imshow command in Matlab) or a surface plot (see surf command in Matlab), as well as a cross-section of signal intensity across its diagonal (see improfile command in Matlab).
  • Exhibit your images of the 4 μm and 1 μm fluorescent bead samples, with both the 40× and 100× objectives. Compare and contrast these pictures before and after flat-field correction to counteract nonuniform illumination.
  • Describe your flat-field correction procedure, from recording the reference image through applying the correction.
  • Also provide log(y) scaled histograms of at least one original and corrected image pair.

Discussion on design and image quality

  • Comment on your corrections and relate your results to your choices during beam expander design and construction.
  • How do these choices relate to your intended experiments in weeks three and beyond?