r658: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 31 Mar 2001 16:55:48 +0000 (16:55 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 31 Mar 2001 16:55:48 +0000 (16:55 +0000)
ChangeLog
html/simulate.html.in

index 250e971b6126dcb88de0df0c57a9d951be2ccac7..054a02cb25ce5f3cce590b344760ebc83f01e0db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,7 +46,8 @@
        -- distribution: fixed problem with documentation files not
        being included with the distribution [Reported by Ian Kay].
        -- sgp.cpp/ezplot.cpp: Improved plotting with markers.
-
+       -- fixed ctsimtext shell when giving no parameters to function-name
+       
 3.0.3 - Released 2/20/01
 
        * ctsim: Fixed core dump on Linux with OpenGL
index 3be32727b1644a0eb9688c1a4329c133c52dd794..19282fbc1c3bd9dd664645533d4001569a916d39 100644 (file)
@@ -18,6 +18,7 @@ parameters on this form, please visit CTSim's online <a href="http://www.ctsim.o
 <table border=1 cellpadding="5" bgcolor="#FFFFFF">
 <tr><td valign="top">
 <h3>Select Image and Size</h3>
+<font size="-1">
 Phantom Name:<br>
 <INPUT type="radio" name="Phantom_Name" value="herman" checked>G.T. Herman<br>
 <INPUT type="radio" name="Phantom_Name" value="rowland">Rowland<br>
@@ -40,8 +41,10 @@ Maximum: <input type="text" name="Disp_Max" size=5 value="auto"><br>
 <INPUT type="radio" name="MPI" value="no" checked>No (Single CPU)<br>
 </td>
 -->
+</font>
 <td valign="top">
 <h3>Simulate X-Ray acquistion</h3>
+<font size=-1>
 Geometry:<br>
 <INPUT type="radio" name="PJ_Geometry" value="parallel" checked>Parallel<br>
 <INPUT type="radio" name="PJ_Geometry" value="equiangular">Equiangular<br>
@@ -53,8 +56,10 @@ Focal Length: <input type="text" name="PJ_FocalLength" size="4" value="2.0"><p>
 Scan Ratio: <input type="text" name="PJ_ScanRatio" size="4" value="1.0"><p>
 Number of Rays<br>(samples) per detector: <input type="text" name="PJ_NRay" size="2" value="3"><p>
 Rotation Angle<br>as a fraction of a cricle: <input type="text" name="PJ_RotAngle" size="3" value="1.0"><br>
-</td><td valign="top">
+</td></font>
+<td valign="top">
 <H3>Image Reconstruction</H3>
+<font size=-1>
 Filter Method:<br>
 <input type="radio" name="IR_FilterMethod" value="convolution" checked>Convolution<br>
 <input type="radio" name="IR_FilterMethod" value="fourier">Fourier<br>
@@ -83,9 +88,14 @@ Backprojection Method:<br>
 <input type="radio" name="IR_Backproj" value="table">Trig Table<br>
 <input type="radio" name="IR_Backproj" value="diff">Difference<br>
 <input type="radio" name="IR_Backproj" value="idiff" checked>Difference (integer math)<br>
-</td></tr></table>
+</td></tr>
+</font>
+</table>
 <p>
 <input type="submit" value="Simulate"><input type="reset" value="Set Fields to Default">
+<br>
+After clicking the <b>Simulate</b> button, it will take a few seconds to a few minutes for your results to appear depending
+upon the simulation parameters that you have chosen.
 </form>
 </BODY>
 </HTML>