Difference between revisions of "Team:Cambridge-JIC/Measurement"
KaterinaMN (Talk | contribs) |
KaterinaMN (Talk | contribs) |
||
Line 7: | Line 7: | ||
<h1>Resolution Limits of a Microscope Based on a Raspberry Pi Camera</h1> | <h1>Resolution Limits of a Microscope Based on a Raspberry Pi Camera</h1> | ||
<h3> Camera Specifications: </h3> | <h3> Camera Specifications: </h3> | ||
− | <p> pixel size: 1. | + | <p> pixel size: 1.4μm x 1.4μm <br>sensor size: 2592x1944 pixels <br>total: 5MP <br>focal length: 3.6mm <br>aperture: 1.25mm <br> |
<a href="https://www.raspberrypi.org/documentation/hardware/camera.md" class="blue"> Source: Raspberry Pi </a> </p> | <a href="https://www.raspberrypi.org/documentation/hardware/camera.md" class="blue"> Source: Raspberry Pi </a> </p> | ||
<h3>Theory of Optics:</h3> | <h3>Theory of Optics:</h3> | ||
− | <p> The resolution can be limited by two independent factors: </p><p> <ul><li>pixel size;</li><li>diffraction effects.</li></ul> </p><p> The larger of these determines the actual limitation of the system. In our case we know that the pixel size is 1.4 | + | <p> The resolution can be limited by two independent factors: </p><p> <ul><li>pixel size;</li><li>diffraction effects.</li></ul> </p><p> The larger of these determines the actual limitation of the system. In our case we know that the pixel size is 1.4 μm, so we now need to work out the diffraction limit, that is the smallest spot size which can be produced by the lens with the given specs. To calculate this, recall the Rayleigh criterion for a circular aperture: |
sinθ=1.22 λ⁄d | sinθ=1.22 λ⁄d | ||
(image) | (image) | ||
Line 23: | Line 23: | ||
This is almost three times the size of the pixel on the CCD, which imposes the actual limit on the resolution. The pixels of the CCD outresolve the theoretical lens limits. | This is almost three times the size of the pixel on the CCD, which imposes the actual limit on the resolution. The pixels of the CCD outresolve the theoretical lens limits. | ||
</p> | </p> | ||
− | < | + | <center><h4> Final resolution estimate of a microscope based on Raspberry Pi camera: 3.8μm </h4> </center> |
− | <p> Compare this with a typical size of a chloroplast: 3- | + | <p> Compare this with a typical size of a chloroplast: 3-10μm. Our resolution will be just enough to image them, which is exactly what we have managed to do on this picture of Spirogyra cells: (picture) Note that these are larger than typical chloroplasts though. To obtain a better resolution, a lens with either larger aperture and/or shorter focal distance can be used, without the need of a better CCD. However, this is a tradeoff in terms of worse aberration and contrast. An improvement to the resolution will however be required in order to image bacteria, for example, which are of the order of 1μm in diameter.</p> |
<h3> Inverting the Lens: Why and How: </h3> | <h3> Inverting the Lens: Why and How: </h3> |
Revision as of 11:01, 30 July 2015