From 9427b763fb59d2e8b4b2cd3c5f94f621ec86fd3e Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 31 Mar 2001 05:00:06 +0000 Subject: [PATCH] r656: *** empty log message *** --- cgi-bin/ctsim.cgi.in | 16 ++++++++-------- html/simulate.html.in | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cgi-bin/ctsim.cgi.in b/cgi-bin/ctsim.cgi.in index e978881..5571e54 100755 --- a/cgi-bin/ctsim.cgi.in +++ b/cgi-bin/ctsim.cgi.in @@ -139,10 +139,10 @@ if ($Disp_Max ne 'auto') { $window_options .= " --max $Disp_Max"; } -my $png1_cmd = "$::bindir/ifexport $phantom_fname $phantom_png $window_options --stats --format png"; -my $png2_cmd = "$::bindir/ifexport $ir_fname $ir_png $window_options --stats --format png"; -my $png3_cmd = "$::bindir/ifexport $pj_if_fname $pj_png --auto $auto_window_pj --stats --format png"; -my $png4_cmd = "$::bindir/ifexport $sub_fname $sub_png --auto $auto_window_diff --stats --format png"; +my $png1_cmd = "$::bindir/ifexport $phantom_fname $phantom_png $window_options --stats --format png --center mode"; +my $png2_cmd = "$::bindir/ifexport $ir_fname $ir_png $window_options --stats --format png --center mode"; +my $png3_cmd = "$::bindir/ifexport $pj_if_fname $pj_png --auto $auto_window_pj --stats --format png --center mode"; +my $png4_cmd = "$::bindir/ifexport $sub_fname $sub_png --auto $auto_window_diff --stats --format png --center mode"; my $title = "CTSim Results"; @@ -220,15 +220,15 @@ if ($error ne "") { $png_pjrec_out_html =~ s/\n/
/gms; $png_pj_out_html =~ s/\n/
/gms; $png_sub_out_html =~ s/\n/
/gms; - $out .= "\n"; + $out .= "
Phantom ImageReconstructed Image
\n"; $out .= "\n"; $out .= "\n"; - $out .= "\n"; + $out .= "\n"; $out .= "\n"; $out .= "\n"; $out .= "
Phantom ImageReconstructed Image

$png_gp_out

$png_pjrec_out
Projection SinusoidReconstruction Error
Projection SinusoidReconstruction Error

$png_pj_out

$sub_out
$png_sub_out
"; - $out .= "Execution time: $execution_time seconds\n"; - $out .= "

\nError Measurements
"; + $out .= "

Execution time: $execution_time seconds\n"; + $out .= "

\nError Measurements
"; $out .= "$diff_out"; } diff --git a/html/simulate.html.in b/html/simulate.html.in index a379078..5be1c6e 100644 --- a/html/simulate.html.in +++ b/html/simulate.html.in @@ -25,7 +25,7 @@ Image Size:
Width:
Height:

-View Ratio: +View Ratio:

Number of Samples
per pixel:

-- 2.34.1