Modulation transfer function (infrared imaging)

The Modulation Transfer Function (MTF) is used to approximate the position of best focus of an infrared imaging system. In an imaging system, best focus is typically achieved when the MTF is between 0.4 and 0.6; most often at 0.5 (50% cutoff frequency of the MTF) MTF is inversely related to the minimum resolvable temperature difference (MRTD), which is a measure of an infrared sensor's ability to resolve temperature difference. MTF is defined as the discrete fourier transform of the Line Spread Function (LSF). The LSF can be calculated by two different methods. One includes measuring the LSF directly from an idealized line approximation provided by an image of a slit target. The other involves differentiating the Edge Spread Function (ESF).[1]

Contents

ESF evaluation

An operator defines a box area encompassing the edge of a knife-edge test target image back-illuminated by a blackbody. The box area is defined to be approximately 10% of the total frame area. The image pixel data is translated into a two-dimensional array (pixel intensity and pixel position). The amplitude (pixel intensity) of each line within the array is normalized and averaged. This yields the edge spread function (ESF)[2]

\text{ESF} = \frac{X - \mu}{\sigma} \qquad \qquad \sigma\, = \sqrt{\frac{\sum_{i=0}^{n-1} (x_i-\mu\,)^2}{n}} \qquad \qquad \mu\, = \frac{\sum_{i=0}^{n-1} x_i}{n}

where

LSF evaluation

The line spread function (LSF) can be found using two different methods. It can be found directly from an ideal line approximation provided by a slit test target or it can be derived from the ESF. Using the latter method, the LSF is defined as the first derivative of the ESF[3], which is differentiated using numerical methods.

\text{LSF} = \frac{d}{dx} \text{ESF}(x)

Since the ESF can not be differentiated analytically, it is numerically approximated using the finite difference:

 \text{LSF} = \frac{d}{dx}\text{ESF}(x) \approx \frac{\Delta \text{ESF}}{\Delta x}
 \text{LSF} \approx \frac{\text{ESF}_{i%2B1} - \text{ESF}_{i-1}}{2(x_{i%2B1} - x_i)}

where

MTF Evaluation

The Modulation Transfer Function (MTF) is defined as the discrete fourier transform of the Line Spread Function. Thus, given the LSF, the MTF is approximated numerically. This data is graphed against the spatial frequency data. A sixth order polynomial is fitted to the MTF vs. spatial frequency curve to remove any trends. The 50% cutoff frequency is determined to yield the corresponding spatial frequency. Thus, the approximate position of best focus of the Unit Under Test is determined from this data.

MTF calculations

The Fourier transform of the LSF can not be determined analytically by the following equations:

\text{MTF} = \mathcal{F} \left[ \text{LSF}\right] \qquad \qquad \text{MTF}= \int f(x) e^{-i 2 \pi\, x s}\, dx

Therefore, the Fourier Transform is numerically approximated using the discrete Fourier transform \mathcal{DFT}.[4]

\text{MTF} = \mathcal{DFT}[\text{LSF}] = Y_k = \sum_{n=0}^{N-1} y_n e^{-ik \frac{2 \pi}{N} n} \qquad  k\in  [0, N-1]

where

Since most computer software is not able to compute complex numbers directly, Euler's identity is implemented to break the transform into separate real and complex terms.

 e^{\pm ia} = \cos(a) \, \pm \, i \sin(a)
\text{MTF}= \mathcal{DFT}[\text{LSF}] = Y_k = \sum_{n=0}^{N-1} y_n \left[\cos\left(k\frac{2 \pi}{N} n\right) - i\sin\left(k \frac{2 \pi}{N} n\right)\right] \qquad k\in[0,N-1]

The MTF is then plotted against spatial frequency and all relevant data concerning this test can be determined from that graph.

See also

References

  1. ^ Holst, G.C. (1998). Testing and Evaluation of Infrared Imaging Systems (2nd ed.). Florida:JCD Publishing, Washington:SPIE.
  2. ^ Electro Optical Industries, Inc.(2005). EO TestLab Methodology. In Education/Ref. http://www.electro-optical.com/html/toplevel/educationref.asp.
  3. ^ Mazzetta, J.A.; Scopatz, S.D. (2007). Automated Testing of Ultraviolet, Visible, and Infrared Sensors Using Shared Optics. Infrared Imaging Systems: Design Analysis, Modeling, and Testing XVIII,Vol. 6543, pp. 654313-1 654313-14
  4. ^ Chapra, S.C.; Canale, R.P. (2006). Numerical Methods for Engineers (5th ed.). New York, New York: McGraw-Hill

External links