X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Frs2if.cpp;h=42a8220876cb7252c5556e8a18de34847100f712;hb=2451ac413848718a1dd666ce6f6464e974680f47;hp=becedaeee69928a97d53d2f75cc17fb3ea5bcaa8;hpb=f173363bba9997045e5ec825e64d6253ec4da235;p=ctsim.git diff --git a/src/rs2if.cpp b/src/rs2if.cpp index becedae..42a8220 100644 --- a/src/rs2if.cpp +++ b/src/rs2if.cpp @@ -1,22 +1,15 @@ /***************************************************************************** -** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id: rs2if.cpp,v 1.1 2000/06/07 02:29:05 kevin Exp $ -** $Log: rs2if.cpp,v $ -** Revision 1.1 2000/06/07 02:29:05 kevin -** Initial C++ versions -** -** Revision 1.3 2000/05/16 04:33:59 kevin -** Improved option processing +** FILE IDENTIFICATION ** -** Revision 1.2 2000/05/08 20:02:32 kevin -** ANSI C changes -** -** Revision 1.1.1.1 2000/04/28 13:02:44 kevin -** Initial CVS import for first public release +** Name: rs2if.cpp +** Purpose: Convert an projection data file to an image file +** Programmer: Kevin Rosenberg +** Date Started: April 2000 ** +** This is part of the CTSim program +** Copyright (C) 1983-2000 Kevin Rosenberg ** +** $Id: rs2if.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 @@ -130,7 +123,7 @@ rs2if_main (const int argc, char *const argv[]) im = new ImageFile (im_name, rs->ndet, rs->nview); detarray = detarray_alloc (rs->ndet); - ImageFileArray v = im->adf.getArray(); + ImageFileArray v = im->getArray(); for (iy = 0; iy < rs->nview; iy++) {