X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fphm2rs.cpp;h=ed9c9e034a564bfb907811734666d924cab8be31;hb=013445d4e52c07491291289eb32fa325d9f9f8ff;hp=78a9f5faf2905acfa8d19f882dee779a2395d003;hpb=7643d575383b827508b1aaabd55754e1f5e591af;p=ctsim.git diff --git a/src/phm2rs.cpp b/src/phm2rs.cpp index 78a9f5f..ed9c9e0 100644 --- a/src/phm2rs.cpp +++ b/src/phm2rs.cpp @@ -1,57 +1,15 @@ /***************************************************************************** -** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** PURPOSE -** Generate raysum projections from phantom object -** -** HISTORY -** 1984 -- Final DOS version -** 1999 -- First UNIX version -** -** $Id: phm2rs.cpp,v 1.2 2000/06/07 10:12:05 kevin Exp $ -** $Log: phm2rs.cpp,v $ -** Revision 1.2 2000/06/07 10:12:05 kevin -** Upgraded from MPI to MPI++ -** -** Revision 1.1 2000/06/07 02:29:05 kevin -** Initial C++ versions -** -** Revision 1.12 2000/05/24 22:50:04 kevin -** Added support for new SGP library -** -** Revision 1.11 2000/05/16 04:33:59 kevin -** Improved option processing -** -** Revision 1.9 2000/05/08 20:02:32 kevin -** ANSI C changes +** FILE IDENTIFICATION ** -** Revision 1.8 2000/05/04 18:16:34 kevin -** renamed filter definitions -** -** Revision 1.7 2000/05/03 08:49:50 kevin -** Code cleanup -** -** Revision 1.6 2000/04/30 18:23:53 kevin -** Code cleaning -** -** Revision 1.5 2000/04/30 10:13:27 kevin -** Fixed MPI bugs -** -** Revision 1.4 2000/04/30 04:06:13 kevin -** Update Raysum i/o routines -** Fix MPI bug in ctrec (scatter_raysum) that referenced rs_global -** -** Revision 1.3 2000/04/29 23:24:56 kevin -** *** empty log message *** -** -** Revision 1.2 2000/04/28 13:50:45 kevin -** Removed Makefile Makefile.in that are automatically generated by autoconf -** -** Revision 1.1.1.1 2000/04/28 13:02:44 kevin -** Initial CVS import for first public release +** Name: phm2rs.cpp +** Purpose: Take projections of a phantom object +** Programmer: Kevin Rosenberg +** Date Started: 1984 ** +** This is part of the CTSim program +** Copyright (C) 1983-2000 Kevin Rosenberg ** +** $Id: phm2rs.cpp,v 1.3 2000/06/08 16:43:10 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