r23: *** empty log message ***
[ctsim.git] / include / ir.h
index 407b02b541a8447a70b85c6601b52609a476c4cd..e510c75b8ddc332da4a47b2fe7cc6331bfe38965 100644 (file)
@@ -1,3 +1,33 @@
+/*****************************************************************************
+**  This is part of the CTSim program
+**  Copyright (C) 1983-2000 Kevin Rosenberg
+**
+**  $Id: ir.h,v 1.3 2000/04/29 23:24:29 kevin Exp $
+**  $Log: ir.h,v $
+**  Revision 1.3  2000/04/29 23:24:29  kevin
+**  *** empty log message ***
+**
+**  Revision 1.2  2000/04/28 14:14:16  kevin
+**  *** empty log message ***
+**
+**  Revision 1.1.1.1  2000/04/28 13:02:43  kevin
+**  Initial CVS import for first public release
+**
+**
+**
+**  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
+**  published by the Free Software Foundation.
+**
+**  This program is distributed in the hope that it will be useful,
+**  but WITHOUT ANY WARRANTY; without even the implied warranty of
+**  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+**  GNU General Public License for more details.
+**
+**  You should have received a copy of the GNU General Public License
+**  along with this program; if not, write to the Free Software
+**  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+******************************************************************************/
 /* FILE IDENTIFICATION
  *
  *     Name:         ir.h          Header File for Image Reconstruction System
@@ -434,8 +464,8 @@ double calc_rsum(const PICTURE *pic, const double x1, const double y1, const dou
 double calc_objsum(const OBJECT *obj, const double x1, const double y1, const double x2, const double y2);
 int clipobj(const OBJECT *obj, double *x1, double *y1, double *x2, double *y2);
 /* rayio.c */
-RAYSUM *raysum_create(const char *fname, const int nview, const int ndet, const int in_memory);
-RAYSUM *raysum_create_from_det(const char *fname, const DETECTOR *det, const int in_memory);
+RAYSUM *raysum_create(const char *fname, const int nview, const int ndet);
+RAYSUM *raysum_create_from_det(const char *fname, const DETECTOR *det);
 RAYSUM *raysum_open(const char *filename);
 void raysum_alloc_views(RAYSUM *rs);
 void raysum_free(RAYSUM *rs);