Franz Lewis (Talk | contribs) |
Msusenburger (Talk | contribs) |
||
Line 83: | Line 83: | ||
<div class="container"> | <div class="container"> | ||
<h3>Get It</h3> | <h3>Get It</h3> | ||
+ | <p> | ||
+ | To build our own DIHM, you need just a small compoments. In the following section, we want to present, how to get it and why we decided on | ||
+ | the used parts. | ||
+ | </p> | ||
+ | <h4>Bill of Materials</h4> | ||
+ | <p> | ||
+ | <table class="ref"> | ||
+ | <tr> | ||
+ | <th>Part</th> | ||
+ | <th>Price</th> | ||
+ | <th>Link to a reseller (not related nor repsonsible for the offer or the validity of the link</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Raspberry Pi Starter Kit</td> | ||
+ | <td>50 € (58 $)</td> | ||
+ | <td><a href="https://www.amazon.de/Raspberry-Pi-3-Wert-Starter-Kit/dp/B01M3VQBK1/ref=sr_1_2_sspa?ie=UTF8&qid=1509355803&sr=8-2-spons&keywords=raspberry+pi+3+kit&psc=1">amazon</a></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Raspberry Camera module V2</td> | ||
+ | <td>30 € (35 $)</td> | ||
+ | <td><a href="https://www.amazon.de/Raspberry-Kamera-Modul-mit-Filter/dp/B01ER4FA9U/ref=sr_1_3?s=computers&ie=UTF8&qid=1509356078&sr=1-3&keywords=raspberry+pi++camera">amazon</a></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>5 µm Pinhole</td> | ||
+ | <td>68 € (79 $)</td> | ||
+ | <td><a href="https://www.thorlabs.com/thorproduct.cfm?partnumber=P5S">Thorlabs</a></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Online Printing service for two parts</td> | ||
+ | <td>15 € (17.5 $)</td> | ||
+ | <td><a href="https://www.trinckle.com/printorder.php#SetFront">Thorlabs</a></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th>total DIHM</th> | ||
+ | <th>163 € (190.5 $)</th> | ||
+ | <th></th> | ||
+ | </tr> | ||
+ | </p> | ||
<h4>Micromanipulators</h4> | <h4>Micromanipulators</h4> | ||
Line 120: | Line 158: | ||
<p>Our initial plan was to use an <a href="http://www.diyouware.com/node/161" rel="noopener" target="_blank">Xbox DVD Pickup</a> as the laser source, as it provides 405 nm, 650 nm, and 780 nm laser point source with possible laser alignment and intensity control by using a customized <a href="http://www.diyouware.com/download" rel="noopener" target="_blank">PCB board</a>. However, as we experimented with the pickup, we found out that the hologram was greatly destructed by the Fresnel lens within the pickup. Thus we opted out on the pickup and PCB idea. Instead, our setup now consists solely of a smartphone flashlight, a pinhole, a micromanipulator and stage for alignment, and a Picam with RapsberryPi 3 for the recorded holograms. </span></p> | <p>Our initial plan was to use an <a href="http://www.diyouware.com/node/161" rel="noopener" target="_blank">Xbox DVD Pickup</a> as the laser source, as it provides 405 nm, 650 nm, and 780 nm laser point source with possible laser alignment and intensity control by using a customized <a href="http://www.diyouware.com/download" rel="noopener" target="_blank">PCB board</a>. However, as we experimented with the pickup, we found out that the hologram was greatly destructed by the Fresnel lens within the pickup. Thus we opted out on the pickup and PCB idea. Instead, our setup now consists solely of a smartphone flashlight, a pinhole, a micromanipulator and stage for alignment, and a Picam with RapsberryPi 3 for the recorded holograms. </span></p> | ||
− | < | + | <br> |
<figure><img alt="pisetup" src="https://static.igem.org/mediawiki/2017/4/42/Setup2.png" style="display: block; margin-left: auto; margin-right: auto;" width="40%" /> | <figure><img alt="pisetup" src="https://static.igem.org/mediawiki/2017/4/42/Setup2.png" style="display: block; margin-left: auto; margin-right: auto;" width="40%" /> | ||
Line 128: | Line 166: | ||
</figure> | </figure> | ||
− | < | + | <br> |
<p>As shown in the picture above, RaspberryPi 3 is connected to power, Pi cam, and the LAN cable for internet connection. A webcam server is then setup with local host configuration such that a live stream from the Picam can be accessed via a browser on another PC. The webcam server is also customized with a GUI to record images or videos, adjust camera settings such as ISO, resolution, and save the recorded data on the server for eventual downloading.</p> | <p>As shown in the picture above, RaspberryPi 3 is connected to power, Pi cam, and the LAN cable for internet connection. A webcam server is then setup with local host configuration such that a live stream from the Picam can be accessed via a browser on another PC. The webcam server is also customized with a GUI to record images or videos, adjust camera settings such as ISO, resolution, and save the recorded data on the server for eventual downloading.</p> |
Revision as of 21:24, 30 October 2017
ChiTUcare
Digital Inline Holographic Microscopy - An iGEM Approach
In light of the iGEM competition, the need for analyzing the 3D structures at micrometer scales has arisen. Our project aim is to construct a low cost Digital Inline Holography Microscope (DIHM). The DIHM features an ease-of-use, lens-less inline structure, and a state-of-art reconstruction algorithms from holograms to 3D visualization with micrometer resolution. The working principle of a DIHM starts with a point laser source, emanating a spherical waves, illuminating the object to be observed, and forming a magnified diffraction pattern at the image sensor, followed by reconstruction algorithms. The holograms collected by the image sensor already contains the difference of intensity and phase shifts, compared with the reference part of the spherical wave. Thus, the inline structure without the need of a lens or beam splitter. Our project uses easily accessible hardware components: Huawei P9 lite flashlight as light source, a 5 µm pinhole, a Pi-cam and a Raspberry Pi for taking pictures, and certain 3D printed parts to assemble the microscope. The open source library Holopy is then deployed to reconstruct the 3D volumes from the holograms.
Introduction
Digital inline holography microscopy is a special technique to recover object properties from interference patterns. We will explain the working principle in greater detail later on, but first let us show the basic properties of our DIHM setup in a short video. The light coming from a bright LED passes a pinhole, which acts as a spatial filter and emits spherical waves. At small samples, e.g. yeast cells, the wavefront is scattered. Small fringes are created. The unscattered waves serves as reference template. The interference pattern is captured on a camera screen.
The resulting hologram contains the phase and the intensity information, encoding the 3D model. We present an 'easy-to-use' interface for a commonly used analyzation package in our software section. First, we invited to check-out what we could achieve and then how to get our own DIHM.
Achievements
It achieves!
Get It
To build our own DIHM, you need just a small compoments. In the following section, we want to present, how to get it and why we decided on the used parts.
Bill of Materials
Part | Price | Link to a reseller (not related nor repsonsible for the offer or the validity of the link |
---|---|---|
Raspberry Pi Starter Kit | 50 € (58 $) | amazon |
Raspberry Camera module V2 | 30 € (35 $) | amazon |
5 µm Pinhole | 68 € (79 $) | Thorlabs |
Online Printing service for two parts | 15 € (17.5 $) | Thorlabs |
total DIHM | 163 € (190.5 $) |
[1] | Shiraki, A., Taniguchi, Y., Shimobaba, T., Masuda, N., Ito, T. (2012) Handheld and low-cost digital
holographic microscopy.
arXiv:1211.0336 |
[2] | Cotte, Y., Toy, F., Jourdain, P., Pavillon, N., Boss, D., Magistretti, P., Marquet, P., Depeursinge
(2013) Marker-free phase nanoscopy Nature Photonics, 7 (2):113
DOI: 10.1038/nphoton.2012.329 |
[3] | Giuliano, C. B., Zhang, R., Wilson, L. G. (2014) Digital Inline Microscopy (DIHM) of Weakly-scattering Subjects Journal of Visualized Experiments, DOI:10.3791/50488 |
[4] | Molaei, M., Sheng, J. (2014) Imaging bacterial 3D motion using digital inline holographic microscopy and correlation-based de-noising algorithm Optics Express, DOI: 10.1364/OE.22.032119 |
[5] | Braat, J., Dirksen, P., Janssen, A. J. E. M. (2003) Diffractive Read-Out of Optical Discs, Optical Imaging
Springer Verlag |
[6] | Deng, Y., Chu, D., (2017) Coherence properties of different light sources and their effect on the image sharpness and
speckle of holographic displays, Scientific Report,
DOI: 10.1038/s41598-017-06215-x |
[7] | Jericho, M. H., Kreuzer, H.J., (2011), Point Source Digital In-Line Holographic Microscopy, Chapter 1, Coherent Light Microscopy, Springer Series in Surface Sciences 46, 46
DOI: 10.1007/978-3-642-15813-1_1 |
[8] | Rostykus, M., Moser, C. (2017) Compact lensless off-axis transmission digital holographic microscope, Optics Express, DOI: 10.1364/OE.25.016652 |
[9] | Reichert, C. C., Herkommer, A., Claus, D. (2016) Das Smartphone als Mikroskop, AT-Fachverlag GmbH,
www.biophotonik.de |
[10] | Moon, I., Daneshpanah, M., Anand, A., Javidi, B. (2011) Cell Identification Computational 3-D Holographic Microscopy, Optics & Photonics, 22 (6), |
[11] | Greenbaum, A., Luo, W., Su, T., Göröcs, Z., Xue, L., Isikman S., Coskun, A., Mudanyali, O., Ozcan, A. (2012) Imaging
without lenses: achievments and remaining challenges of wide-field on-chip microscopy, |
[12] | beniroquai (2017) Blog, https://beniroquai.wordpress.com/2016/01/20/holoscope-linsenloses-holographisches-mikroskop/, last visited: 10/15/2017 |
[13] | BDan (2015) micromanipulator, Thingiverse, https://www.thingiverse.com/thing:923865/#files, last visited: 10/15/2017 |
[14] | "Do-it-yourself" project for steering HD-DVD pickup homepage: http://www.diyouware.com/ last visited: 10/15/2017 |
[15] | "HoloPy, a python framework for analyzing digital holographs, manoharan lab, Harvard https://github.com/manoharan-lab/holopy last visited: 10/18/2017 | [16] | "HoloPy, documentation, https://holopy.readthedocs.io/en/latest/users/index.html last visited: 10/18/2017 |
[17] | User:Egelberg, OpticalSetupDHM, CC BY-SA 3.0 |
[18] | Schmid B., Schindelin, J., Cardona, A. et al. (2010) A high-level 3D visualization API for Java and ImageJ, BMC Bioinformatics 11(1): 1, DOI: 10.1038/nmeth.3392 |
[19] | Schindelin, J., Arganda-Carreras, I., Frise, E. et al. (2012) Fiji: an open-source platform for biological-image analysis, Nature methods 9(7): 676-682, DOI: 10.1038/nmeth.2019 |