X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2Fprojections.cpp;h=0182eec8d4af2ff6bae3ec189f2a3ad942974c6f;hb=b847a34057751df3a3f4e2bf795227a13ef4788c;hp=1d90776a039a15d85479c82b11327b7c0763586f;hpb=a8ba12a8c971de1d8cb3ef1c3a7d2d9fcf45affa;p=ctsim.git diff --git a/libctsim/projections.cpp b/libctsim/projections.cpp index 1d90776..0182eec 100644 --- a/libctsim/projections.cpp +++ b/libctsim/projections.cpp @@ -8,7 +8,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: projections.cpp,v 1.10 2000/07/04 18:33:35 kevin Exp $ +** $Id: projections.cpp,v 1.11 2000/07/04 22:21:01 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 @@ -506,6 +506,8 @@ Projections::reconstruct (ImageFile& im, const char* const filterName, double fi double filterBW = 1. / detInc; SignalFilter filter (filterName, filterMethodName, filterBW, m_detInc, m_nDet, filt_param, "spatial", 0); + filter.setTraceLevel(trace); + if (filter.fail()) { sys_error (ERR_SEVERE, "%s [Projections::reconstruct]", filter.failMessage().c_str()); return false;