a3790788755cd4103a4b841211044d50a1594803
[ctsim.git] / html / simulate.html.in
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <HTML>
3 <HEAD>
4 <meta name="copyright" content="Copyright (c) 1983-2001, Kevin M. Rosenberg, M.D.">
5 <meta name="description" content="CTsim - The Open-Source Computed Tomography Simulator">
6 <meta name="keywords" content="ctsim, computed tomography, ct, open source, scientific software, simulation, c++, online simulation, medical imaging">
7 <LINK rel="stylesheet" href="http://www.ctsim.org/main.css" type="text/css">
8 <TITLE>CTSim Online Simulation</TITLE>
9 </HEAD>
10 <BODY BGCOLOR="#FFFFFF">
11 <H1><a href="http://www.ctsim.org"">CTSim</a> Online Simulation</H1>
12 Reasonable defaults have been filled into this form. For detailed explanations of the
13 parameters on this form, please visit CTSim's online <a href="http://www.ctsim.org/manual/ctsim_contents.html">manual</a>.<br>
14
15 <FORM action="@cgibinurl@/ctsim.cgi" method="POST">
16 <table border=1 cellpadding="5" bgcolor="#FFFFFF">
17 <tr><td valign="top">
18 <h3>Select Image and Size</h3>
19 Phantom Name:<br>
20 <INPUT type="radio" name="Phantom_Name" value="herman" checked>G.T. Herman<br>
21 <INPUT type="radio" name="Phantom_Name" value="rowland">Rowland<br>
22 <INPUT type="radio" name="Phantom_Name" value="unitpulse">Unit Pulse<br>
23 <p>
24 Image Size:<br>
25 Width: <input type="text" name="Phantom_Nx" size="4" value="128"><br>
26 Height: <input type="text" name="Phantom_Ny" size="4" value="128"><br>
27 <p>
28 View Ratio: <input type="text" name="Phantom_ViewRatio" size="4" value="1.1">
29 <p>
30 Number of Samples<br>per pixel: <input type="text" name="Phantom_NSample" size="2" value="2"><br>
31 <p>
32 Display Window:<br>
33 Minimum: <input type="text" name="Disp_Min" size=5 value="auto"><br>
34 Maximum: <input type="text" name="Disp_Max" size=5 value="auto"><br>
35 <p> 
36 <!--MPI Supercomputing:<br>
37 <INPUT type="radio" name="MPI" value="yes">Yes (Multiple CPUs)<br>
38 <INPUT type="radio" name="MPI" value="no" checked>No (Single CPU)<br>
39 </td>
40 -->
41 <td valign="top">
42 <h3>Simulate X-Ray acquistion</h3>
43 Geometry:<br>
44 <INPUT type="radio" name="PJ_Geometry" value="parallel" checked>Parallel<br>
45 <INPUT type="radio" name="PJ_Geometry" value="equiangular">Equiangular<br>
46 <INPUT type="radio" name="PJ_Geometry" value="equilinear">Equilinear<br>
47 <p>
48 Number of Detectors: <input type="text" name="PJ_NDet" size="4" value="200"><p>
49 Number of Rotations: <input type="text" name="PJ_NRot" size="4" value="200"><p>
50 Focal Length: <input type="text" name="PJ_FocalLength" size="4" value="2.0"><p>
51 Scan Ratio: <input type="text" name="PJ_ScanRatio" size="4" value="1.1"><p>
52 Number of Rays<br>(samples) per detector: <input type="text" name="PJ_NRay" size="2" value="3"><p>
53 Rotation Angle<br>as a fraction of a cricle: <input type="text" name="PJ_RotAngle" size="3" value="1.0"><br>
54 </td><td valign="top">
55 <H3>Image Reconstruction</H3>
56 Filter Method:<br>
57 <input type="radio" name="IR_FilterMethod" value="convolution" checked>Convolution<br>
58 <input type="radio" name="IR_FilterMethod" value="fourier">Fourier<br>
59 <input type="radio" name="IR_FilterMethod" value="fourier_table">Fourier Table<br>
60 <input type="radio" name="IR_FilterMethod" value="rfftw">FFT<br>
61 <p>
62 Zeropad (applies to<br> Fourier & FFT):
63 <input type="text" name="IR_Zeropad" size="1" value="1"><br>
64 <p>
65 Interpolation:<br>
66 <input type="radio" name="IR_Interp" value="nearest">Nearest Neighbor<br>
67 <input type="radio" name="IR_Interp" value="linear" checked>Linear<br>
68 <input type="radio" name="IR_Interp" value="cubic">Cubic<br>
69 <p>
70 Filter:<br>
71 <input type="radio" name="IR_Filter" value="abs_bandlimit" checked>Bandlimit<br>
72 <input type="radio" name="IR_Filter" value="abs_cos">Cosine<br>
73 <input type="radio" name="IR_Filter" value="abs_hamming">Hamming<br>
74 <input type="radio" name="IR_Filter" value="abs_hanning">Hanning<br>
75 <input type="radio" name="IR_Filter" value="abs_sinc">Sinc<br>
76 <input type="radio" name="IR_Filter" value="shepp">Shepp-Logan
77 <p>
78 Hamming alpha factor (0.0-1.0): <input type="text" name="IR_Filter_Param" size="3" value="1.0"><p>
79 Backprojection Method:<br>
80 <input type="radio" name="IR_Backproj" value="trig">Trig<br>
81 <input type="radio" name="IR_Backproj" value="table">Trig Table<br>
82 <input type="radio" name="IR_Backproj" value="diff">Difference<br>
83 <input type="radio" name="IR_Backproj" value="idiff" checked>Difference (integer math)<br>
84 </td></tr></table>
85 <p>
86 <input type="submit" value="Simulate"><input type="reset" value="Clear fields">
87 </form>
88 </BODY>
89 </HTML>
90
91
92
93
94
95
96
97
98
99
100
101
102