r137: *** empty log message ***
[ctsim.git] / html / simulate.html.in
index 1af20f036c8c0270140f41b1ead3f4616cf6e30b..c05887daee491cbd08442e5a23f9575144692490 100644 (file)
@@ -37,8 +37,10 @@ Rotation Angle<br>as a multiple of PI: <input type="text" name="PJ_RotAngle" siz
 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="fourier_table">Fourier Table<br>
 <input type="radio" name="IR_FilterMethod" value="fft">FFT (Fast Fourier)<br>
 <input type="radio" name="IR_FilterMethod" value="fftw">FFTW (Fastest Fourier Library)<br>
+<input type="radio" name="IR_FilterMethod" value="rfftw">RFFTW (Real-mode Fastest Fourier Library)<br>
 <p>
 Zeropad: (frequency-base filtering only)<br>
 <input type="text" name="IR_Zeropad" size="1" value="2"><br>