From 564c2f25b9026a53b2653b0b008b044e32a13050 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 30 Mar 2001 19:25:00 +0000 Subject: [PATCH] r649: *** empty log message *** --- include/Makefile.in | 2 +- libctgraphics/Makefile.in | 8 ++++---- src/views.cpp | 4 +++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/include/Makefile.in b/include/Makefile.in index 7412119..a104744 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -90,7 +90,7 @@ wxcflags = @wxcflags@ wxconfig = @wxconfig@ wxlibs = @wxlibs@ -noinst_HEADERS = ct.h ezplot.h pol.h sgp.h array2d.h imagefile.h backprojectors.h mpiworld.h fnetorderstream.h phantom.h timer.h sstream_subst scanner.h projections.h ctsupport.h filter.h array2dfile.h trace.h transformmatrix.h procsignal.h reconstruct.h plotfile.h hashtable.h fourier.h ctglobals.h dlgezplot.h interpolator.h ctndicom.h +noinst_HEADERS = ct.h ezplot.h pol.h sgp.h array2d.h imagefile.h backprojectors.h mpiworld.h fnetorderstream.h phantom.h timer.h sstream_subst scanner.h projections.h ctsupport.h filter.h array2dfile.h trace.h transformmatrix.h procsignal.h reconstruct.h plotfile.h hashtable.h fourier.h ctglobals.h interpolator.h ctndicom.h nographics.h mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = diff --git a/libctgraphics/Makefile.in b/libctgraphics/Makefile.in index a3af4d9..91dc460 100644 --- a/libctgraphics/Makefile.in +++ b/libctgraphics/Makefile.in @@ -91,7 +91,7 @@ wxconfig = @wxconfig@ wxlibs = @wxlibs@ noinst_LIBRARIES = libctgraphics.a -libctgraphics_a_SOURCES = ezplot.cpp ezset.cpp pol.cpp sgp.cpp transformmatrix.cpp dlgezplot.cpp +libctgraphics_a_SOURCES = ezplot.cpp ezset.cpp pol.cpp sgp.cpp transformmatrix.cpp INCLUDES = @my_includes@ EXTRA_DIST = Makefile.nt mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -106,7 +106,7 @@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ libctgraphics_a_LIBADD = libctgraphics_a_OBJECTS = ezplot.o ezset.o pol.o sgp.o \ -transformmatrix.o dlgezplot.o +transformmatrix.o AR = ar CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -119,8 +119,8 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = gtar GZIP_ENV = --best -DEP_FILES = .deps/dlgezplot.P .deps/ezplot.P .deps/ezset.P .deps/pol.P \ -.deps/sgp.P .deps/transformmatrix.P +DEP_FILES = .deps/ezplot.P .deps/ezset.P .deps/pol.P .deps/sgp.P \ +.deps/transformmatrix.P SOURCES = $(libctgraphics_a_SOURCES) OBJECTS = $(libctgraphics_a_OBJECTS) diff --git a/src/views.cpp b/src/views.cpp index 637b9de..2624d6a 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.cpp,v 1.143 2001/03/30 19:17:32 kevin Exp $ +** $Id: views.cpp,v 1.144 2001/03/30 19:25:00 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -2783,7 +2783,9 @@ ProjectionFileView::OnReconstructFourier (wxCommandEvent& event) *theApp->getLog() << "Error converting to polar\n"; return; } +#ifdef HAVE_FFT pIF->ifft(*pIF); +#endif pIF->magnitude(*pIF); Fourier::shuffleFourierToNaturalOrder (*pIF); -- 2.34.1