r90: Convert MPI structure to C++ class
[ctsim.git] / src / rs2if.cpp
index becedaeee69928a97d53d2f75cc17fb3ea5bcaa8..42a8220876cb7252c5556e8a18de34847100f712 100644 (file)
@@ -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++)
     {