X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Freconstruct.cpp;h=a0d74167f2e45a914f6411fde3041fe195750e7d;hp=a81a34be97d6bd7df9cb2b9667b4dc821eedb71b;hb=d84febd85035c7985334618cdda43df21824efbe;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7 diff --git a/libctsim/reconstruct.cpp b/libctsim/reconstruct.cpp index a81a34b..a0d7416 100644 --- a/libctsim/reconstruct.cpp +++ b/libctsim/reconstruct.cpp @@ -6,9 +6,7 @@ ** Date Started: Aug 84 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 @@ -215,7 +213,7 @@ Reconstructor::reconstructView (int iStartView, int iViewCount, SGP* pSGP, bool #else ezplotProj.addCurve (m_adPlotXAxis, detval, m_pProj->nDet()); #endif - pSGP->setTextPointSize (12); + pSGP->setTextPointSize (9); ezplotProj.plot (pSGP); ezplotProj.ezset ("clear"); @@ -230,7 +228,7 @@ Reconstructor::reconstructView (int iStartView, int iViewCount, SGP* pSGP, bool ezplotProj.ezset ("box"); ezplotProj.ezset ("grid"); ezplotProj.addCurve (m_adPlotXAxis, adFilteredProj, m_nFilteredProjections); - pSGP->setTextPointSize (12); + pSGP->setTextPointSize (9); ezplotProj.plot (pSGP); }