Team:iHKU/software
From 2008.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
font-size: 13px; | font-size: 13px; | ||
} | } | ||
- | p:first-letter | + | p.special:first-letter |
{ | { | ||
color:#990000; | color:#990000; | ||
Line 233: | Line 233: | ||
</ol> | </ol> | ||
<h2><span class="style16">A. Java</span></h2> | <h2><span class="style16">A. Java</span></h2> | ||
- | <p>A simple Java program is used to automate the picture capturing process.<br /> | + | <p class="special">A simple Java program is used to automate the picture capturing process.<br /> |
This Java program will simulate a mouse left-click for every INTERVAL ms, and will stop after DURATION ms.</p> | This Java program will simulate a mouse left-click for every INTERVAL ms, and will stop after DURATION ms.</p> | ||
<cite>import java.awt.AWTException;<br /> | <cite>import java.awt.AWTException;<br /> | ||
Line 282: | Line 282: | ||
</p> | </p> | ||
<h2 class="style16"><a name="imagej" id="imagej"></a>B. ImageJ</h2> | <h2 class="style16"><a name="imagej" id="imagej"></a>B. ImageJ</h2> | ||
- | <p>ImageJ, a powerful medical image analyze tool, is used to measure the plate brightness. The Region of Interest (ROI) is set to the entire plate excluding the edge area where the high level of signal intensity caused by reflection of light source from the plate’s side wall will distort the signal.<br /> | + | <p clss="special">ImageJ, a powerful medical image analyze tool, is used to measure the plate brightness. The Region of Interest (ROI) is set to the entire plate excluding the edge area where the high level of signal intensity caused by reflection of light source from the plate’s side wall will distort the signal.<br /> |
The light intensity 3D plot is achieved by using ImageJ’s interactive 3D surface plot plug-in accompanied with the automatic mouse control program. Pattern at each time point will be plotted and finally integrated into a real-time growth pattern.<br /> | The light intensity 3D plot is achieved by using ImageJ’s interactive 3D surface plot plug-in accompanied with the automatic mouse control program. Pattern at each time point will be plotted and finally integrated into a real-time growth pattern.<br /> | ||
For example, at a time-point, the following pattern:</p> | For example, at a time-point, the following pattern:</p> |
Revision as of 13:42, 29 October 2008