r129: *** empty log message ***
[ctsim.git] / html / simulate.html.in
index 018a8382ab9c6df492d28ce431bdbf61846ab73c..632b4ef93427a505c01271fcf2ee7db1a3245c42 100644 (file)
@@ -34,6 +34,11 @@ Number of Rays<br>(samples) per detector: <input type="text" name="PJ_NRay" size
 Rotation Angle<br>as a multiple of PI: <input type="text" name="PJ_RotAngle" size="3" value="1.0"><br>
 </td><td valign="top">
 <H3>Image Reconstruction</H3>
+Filter Method:<br>
+<input type="radio" name="IR_FilterMethod" value="convolution" checked>Convolution<br>
+<input type="radio" name="IR_FilterMethod" value="fourier">Fourier<br>
+<input type="radio" name="IR_FilterMethod" value="fft">FFT (Fast Fourier<br>
+<p>
 Interpolation:<br>
 <input type="radio" name="IR_Interp" value="linear" checked>Linear<br>
 <input type="radio" name="IR_Interp" value="nearest">Nearest Neighbor<br>