Fix file header descriptions
[ctsim.git] / tools / pjHinterp.cpp
index 0a49c6722cdb6294741ce707bee3153cc3748df2..bd167445f380f3ffb6b7df4177f506718ab15c07 100644 (file)
@@ -1,9 +1,9 @@
 /*****************************************************************************
  ** FILE IDENTIFICATION
  **
- **   Name:          phm2helix.cpp
- **   Purpose:       Take projections of a phantom object
- **   Programmer:    Ian Kay
+ **   Name:          pjHinterp.cpp
+ **   Purpose:       Interpolate helical data in projection space
+ **   Programmer:    Ian Kay and Kevin Rosenberg
  **   Date Started:  Aug 2001
  **
  **  This is part of the CTSim program
@@ -29,7 +29,6 @@
 
 enum { O_INTERPVIEW, O_VERBOSE, O_TRACE, O_HELP, O_DEBUG, O_VERSION};
 
-
 static struct option my_options[] =
 {
         {"interpview", 1, 0, O_INTERPVIEW},