Transmission Electron Microscope System

The general Transmission Electron Microscope (TEM) system. At the top of the TEM is the source of the free electrons. Directly below the source is the condenser system. The condenser system focuses the electrons onto the sample. Below the sample is the objective lens and aperture which collect and convey the electrons to the projector system. The projector system (drawn here as a large lens) usually consists of 2-3 lenses and 1-3 apertures. The imaging surface shown here could be a phosphor screen or the entrance to a CCD camera imaging system.


transmission-electron-microscope

Edit and compile if you like:

% Transmission Electron Microscope System
% Author: Eric Jensen
\documentclass[a4paper,10pt]{article}
\usepackage{tikz}
\usepackage[active,tightpage]{preview}
\PreviewEnvironment{tikzpicture}
\setlength{\PreviewBorder}{10pt}%
\usetikzlibrary{calc, decorations.pathmorphing, fadings, shadings}
\begin{document}
\begin{tikzpicture}
\draw[gray,fill=gray,path fading=south] (0,0) rectangle +(0.3,-0.3);% <- MAGIC
% (if this is not present none of the shadings work)
%top
\shade[left color=black!10!white,right color=black!40!white] (-1,0.75)
-- ++(2,0) -- ++(0.25,-0.25) -- ++(-2.5,0) -- cycle;
\draw (-1,0.75) -- ++(2,0) -- ++(0.25,-0.25) -- ++(-2.5,0) -- cycle;
%source
\shade[left color=black!10!white,right color=black!40!white] (1.25,0.5)
-- ++(0,-1.75) -- ++(-2.5,0) -- ++(0,1.75) -- cycle;
\draw (1.25,0.5) -- ++(0,-1.75) -- ++(-2.5,0) -- ++(0,1.75) -- cycle;
%top condenser system
\shade[left color=black!10!white,right color=black!40!white] (1.25,-1.25)
-- ++(0.25,-0.25) -- ++(-3,0) -- ++(0.25,0.25) -- cycle;
\draw (1.25,-1.25) -- ++(0.25,-0.25) -- ++(-3,0) -- ++(0.25,0.25) -- cycle;
%condenser system
\shade[left color=black!10!white,right color=black!40!white] (1.5,-1.5)
-- ++(0,-2) -- ++(-3,0) -- ++(0,2) -- cycle;
\draw (1.5,-1.5) -- ++(0,-2) -- ++(-3,0) -- ++(0,2) -- cycle;
%condenser bottom
\shade[left color=black!10!white,right color=black!40!white] (1.5,-3.5)
-- ++(-0.25,-0.25) -- ++(-2.5,0) -- ++(-0.25,0.25) -- cycle;
\draw (1.5,-3.5) -- ++(-0.25,-0.25) -- ++(-2.5,0) -- ++(-0.25,0.25) -- cycle;
%specimen and objective
\shade[left color=black!10!white,right color=black!40!white] (1.25,-3.75)
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Click to download: transmission-electron-microscope.textransmission-electron-microscope.pdf
Open in Overleaf: transmission-electron-microscope.tex