X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2Fprojections.cpp;h=878f50c1fb04357363171c6847ab3836791eaa7b;hb=505de7e90b7c4a6ab3e81ee3192a7d9837701806;hp=fe431c07dfa501358d8aa3a9274c2d84f41148a9;hpb=c953cbb6ffc2fd50e736230f4e6976a025983cff;p=ctsim.git diff --git a/libctsim/projections.cpp b/libctsim/projections.cpp index fe431c0..878f50c 100644 --- a/libctsim/projections.cpp +++ b/libctsim/projections.cpp @@ -8,7 +8,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: projections.cpp,v 1.50 2001/03/01 07:30:49 kevin Exp $ +** $Id: projections.cpp,v 1.51 2001/03/02 02:08:14 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 @@ -881,3 +881,13 @@ Projections::interpolatePolar (ImageFileArray& v, ImageFileArray& vImag, } +bool +Projections::initFromSomatomAR_STAR (int iNViews, int iNDets, unsigned char* pData, unsigned long lDataLength) +{ + init (iNViews, iNDets); + + if (iNDets != 1024) + return false; + if (iNViews == 750 && +} +