Index: /trunk/psModules/src/astrom/pmAstrometryDistortion.c
===================================================================
--- /trunk/psModules/src/astrom/pmAstrometryDistortion.c	(revision 7603)
+++ /trunk/psModules/src/astrom/pmAstrometryDistortion.c	(revision 7604)
@@ -7,6 +7,6 @@
 *  @author EAM, IfA
 *
-*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-06-02 02:15:35 $
+*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-06-21 03:21:16 $
 *
 *  Copyright 2006 Institute for Astronomy, University of Hawaii
@@ -21,5 +21,5 @@
 //#include <math.h>
 //#include <unistd.h>   // for unlink
-#include "pslib.h"
+#include <pslib.h>
 #include "pmFPA.h"
 #include "pmAstrometryObjects.h"
Index: /trunk/psModules/src/astrom/pmAstrometryObjects.c
===================================================================
--- /trunk/psModules/src/astrom/pmAstrometryObjects.c	(revision 7603)
+++ /trunk/psModules/src/astrom/pmAstrometryObjects.c	(revision 7604)
@@ -8,6 +8,6 @@
 *  @author EAM, IfA
 *
-*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-06-07 03:27:52 $
+*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-06-21 03:21:16 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -21,6 +21,5 @@
 #include <math.h>
 #include <unistd.h>   // for unlink
-#include "pslib.h"
-#include "psVectorSmooth.h"
+#include <pslib.h>
 #include "pmFPA.h"
 #include "pmAstrometryObjects.h"
Index: /trunk/psModules/src/astrom/pmFPAAstrometry.c
===================================================================
--- /trunk/psModules/src/astrom/pmFPAAstrometry.c	(revision 7603)
+++ /trunk/psModules/src/astrom/pmFPAAstrometry.c	(revision 7604)
@@ -1,4 +1,4 @@
 #include <stdio.h>
-#include "pslib.h"
+#include <pslib.h>
 #include "pmFPAAstrometry.h"
 #include "pmFPA.h"
Index: /trunk/psModules/src/camera/pmFPA.c
===================================================================
--- /trunk/psModules/src/camera/pmFPA.c	(revision 7603)
+++ /trunk/psModules/src/camera/pmFPA.c	(revision 7604)
@@ -12,6 +12,6 @@
 * XXX: Should we implement non-linear cell->chip transforms?
 *
-*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-06-17 01:50:43 $
+*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-06-21 03:21:16 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -24,5 +24,5 @@
 #include <math.h>
 #include <assert.h>
-#include "pslib.h"
+#include <pslib.h>
 
 #include "pmHDU.h"
Index: /trunk/psModules/src/camera/pmFPAConstruct.c
===================================================================
--- /trunk/psModules/src/camera/pmFPAConstruct.c	(revision 7603)
+++ /trunk/psModules/src/camera/pmFPAConstruct.c	(revision 7604)
@@ -2,6 +2,5 @@
 #include <assert.h>
 #include <string.h>
-#include "pslib.h"
-#include "psMetadataItemParse.h"
+#include <pslib.h>
 
 #include "pmFPA.h"
Index: /trunk/psModules/src/camera/pmFPAHeader.c
===================================================================
--- /trunk/psModules/src/camera/pmFPAHeader.c	(revision 7603)
+++ /trunk/psModules/src/camera/pmFPAHeader.c	(revision 7604)
@@ -1,5 +1,5 @@
 #include <stdio.h>
 #include <assert.h>
-#include "pslib.h"
+#include <pslib.h>
 #include "pmFPA.h"
 #include "pmHDU.h"
Index: /trunk/psModules/src/camera/pmFPARead.c
===================================================================
--- /trunk/psModules/src/camera/pmFPARead.c	(revision 7603)
+++ /trunk/psModules/src/camera/pmFPARead.c	(revision 7604)
@@ -2,5 +2,5 @@
 #include <strings.h>
 #include <assert.h>
-#include "pslib.h"
+#include <pslib.h>
 
 #include "pmFPA.h"
Index: /trunk/psModules/src/camera/pmFPAUtils.c
===================================================================
--- /trunk/psModules/src/camera/pmFPAUtils.c	(revision 7603)
+++ /trunk/psModules/src/camera/pmFPAUtils.c	(revision 7604)
@@ -1,4 +1,4 @@
 #include <stdio.h>
-#include "pslib.h"
+#include <pslib.h>
 #include "pmFPA.h"
 #include "pmFPAUtils.h"
Index: /trunk/psModules/src/camera/pmHDU.c
===================================================================
--- /trunk/psModules/src/camera/pmHDU.c	(revision 7603)
+++ /trunk/psModules/src/camera/pmHDU.c	(revision 7604)
@@ -2,5 +2,5 @@
 #include <assert.h>
 
-#include "pslib.h"
+#include <pslib.h>
 #include "pmFPA.h"
 
Index: /trunk/psModules/src/concepts/pmConceptsRead.c
===================================================================
--- /trunk/psModules/src/concepts/pmConceptsRead.c	(revision 7603)
+++ /trunk/psModules/src/concepts/pmConceptsRead.c	(revision 7604)
@@ -1,7 +1,5 @@
 #include <stdio.h>
 #include <assert.h>
-
-#include "pslib.h"
-#include "psMetadataItemParse.h"
+#include <pslib.h>
 
 #include "pmFPA.h"
Index: /trunk/psModules/src/concepts/pmConceptsWrite.c
===================================================================
--- /trunk/psModules/src/concepts/pmConceptsWrite.c	(revision 7603)
+++ /trunk/psModules/src/concepts/pmConceptsWrite.c	(revision 7604)
@@ -9,5 +9,4 @@
 #include "pmConcepts.h"
 #include "pmConceptsRead.h"
-#include "psMetadataItemCompare.h"
 
 //////////////////////////////////////////////////////////////////////////////////////////////////////////////
Index: /trunk/psModules/src/detrend/pmFlatField.c
===================================================================
--- /trunk/psModules/src/detrend/pmFlatField.c	(revision 7603)
+++ /trunk/psModules/src/detrend/pmFlatField.c	(revision 7604)
@@ -18,6 +18,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-02 02:16:05 $
+ *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -28,9 +28,9 @@
 #endif
 
-#include<stdio.h>
-#include<math.h>
+#include <stdio.h>
+#include <math.h>
 #include <strings.h>
 
-#include "pslib.h"
+#include <pslib.h>
 #include "pmFlatField.h"
 #include "pmFPAMaskWeight.h"
Index: /trunk/psModules/src/detrend/pmFringeStats.c
===================================================================
--- /trunk/psModules/src/detrend/pmFringeStats.c	(revision 7603)
+++ /trunk/psModules/src/detrend/pmFringeStats.c	(revision 7604)
@@ -3,6 +3,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-14 22:34:46 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 IfA
@@ -11,5 +11,5 @@
 #include <stdio.h>
 #include <assert.h>
-#include "pslib.h"
+#include <pslib.h>
 #include "pmFPA.h"
 #include "pmFringeStats.h"
Index: /trunk/psModules/src/detrend/pmNonLinear.c
===================================================================
--- /trunk/psModules/src/detrend/pmNonLinear.c	(revision 7603)
+++ /trunk/psModules/src/detrend/pmNonLinear.c	(revision 7604)
@@ -10,6 +10,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-17 18:10:08 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -23,6 +23,7 @@
 #endif
 
-#include<stdio.h>
-#include<math.h>
+#include <stdio.h>
+#include <math.h>
+#include <pslib.h>
 
 #include "pmNonLinear.h"
Index: /trunk/psModules/src/detrend/pmSubtractBias.c
===================================================================
--- /trunk/psModules/src/detrend/pmSubtractBias.c	(revision 7603)
+++ /trunk/psModules/src/detrend/pmSubtractBias.c	(revision 7604)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-17 01:50:43 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -22,5 +22,7 @@
 #endif
 
+#include <stdio.h>
 #include <assert.h>
+#include <pslib.h>
 #include "pmSubtractBias.h"
 
Index: /trunk/psModules/src/detrend/pmSubtractSky.c
===================================================================
--- /trunk/psModules/src/detrend/pmSubtractSky.c	(revision 7603)
+++ /trunk/psModules/src/detrend/pmSubtractSky.c	(revision 7604)
@@ -6,6 +6,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-05-01 01:56:29 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -15,7 +15,7 @@
  */
 
-#include<stdio.h>
-#include<math.h>
-#include "pslib.h"
+#include <stdio.h>
+#include <math.h>
+#include <pslib.h>
 #include "pmSubtractSky.h"
 
Index: /trunk/psModules/src/imcombine/pmImageSubtract.c
===================================================================
--- /trunk/psModules/src/imcombine/pmImageSubtract.c	(revision 7603)
+++ /trunk/psModules/src/imcombine/pmImageSubtract.c	(revision 7604)
@@ -7,6 +7,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-05-01 01:56:48 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -38,8 +38,7 @@
  */
 
-#include<stdio.h>
-#include<math.h>
-#include "pslib.h"
-#include "psConstants.h"
+#include <stdio.h>
+#include <math.h>
+#include <pslib.h>
 #include "pmImageSubtract.h"
 
Index: /trunk/psModules/src/objects/pmModel.c
===================================================================
--- /trunk/psModules/src/objects/pmModel.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmModel.c	(revision 7604)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-21 21:26:01 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,5 +16,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
+#include <pslib.h>
 #include "pmModel.h"
 
@@ -94,8 +94,8 @@
 
 /******************************************************************************
-    pmModelEval(source, level, row): evaluates the model function at the specified coords.  
-     
+    pmModelEval(source, level, row): evaluates the model function at the specified coords.
+ 
     NOTE: The coords are in subImage source->pixel coords, not image coords.
-     
+ 
     XXX: Use static vectors for x (NO: needs to be thread safe)
 *****************************************************************************/
Index: /trunk/psModules/src/objects/pmModelGroup.c
===================================================================
--- /trunk/psModules/src/objects/pmModelGroup.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmModelGroup.c	(revision 7604)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-17 01:50:43 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,6 +16,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
-#include "psEllipse.h"
+#include <pslib.h>
 #include "pmHDU.h"
 #include "pmFPA.h"
@@ -193,8 +192,8 @@
 /******************************************************************************
     pmSourceModelGuess(source, model): This function allocates a new
-    pmModel structure based on the given modelType specified in the argument list.  
-    The corresponding pmModelGuess function is returned, and used to 
-    supply the values of the params array in the pmModel structure.  
-     
+    pmModel structure based on the given modelType specified in the argument list.
+    The corresponding pmModelGuess function is returned, and used to
+    supply the values of the params array in the pmModel structure.
+ 
     XXX: Many parameters are based on the src->moments structure, which is in
     image, not subImage coords.  Therefore, the calls to the model evaluation
Index: /trunk/psModules/src/objects/pmMoments.c
===================================================================
--- /trunk/psModules/src/objects/pmMoments.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmMoments.c	(revision 7604)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-17 18:01:05 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -13,5 +13,6 @@
  */
 
-#include "pslib.h"
+#include <stdio.h>
+#include <pslib.h>
 #include "pmMoments.h"
 
Index: /trunk/psModules/src/objects/pmObjects.c
===================================================================
--- /trunk/psModules/src/objects/pmObjects.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmObjects.c	(revision 7604)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-17 18:10:08 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,5 +16,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
+#include <pslib.h>
 #include "pmObjects.h"
 #include "pmModelGroup.h"
Index: /trunk/psModules/src/objects/pmPeaks.c
===================================================================
--- /trunk/psModules/src/objects/pmPeaks.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmPeaks.c	(revision 7604)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-03 01:02:08 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,5 +16,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
+#include <pslib.h>
 #include "pmPeaks.h"
 
@@ -51,5 +51,5 @@
 psVector containing the specified row of data from the psImage.
  
-XXX: Is there a better way to do this?  
+XXX: Is there a better way to do this?
 XXX EAM: does this really need to alloc a new vector???
 *****************************************************************************/
Index: /trunk/psModules/src/objects/pmSource.c
===================================================================
--- /trunk/psModules/src/objects/pmSource.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmSource.c	(revision 7604)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-10 02:57:58 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,5 +16,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
+#include <pslib.h>
 #include "pmHDU.h"
 #include "pmFPA.h"
Index: /trunk/psModules/src/objects/pmSourceFitModel.c
===================================================================
--- /trunk/psModules/src/objects/pmSourceFitModel.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmSourceFitModel.c	(revision 7604)
@@ -6,6 +6,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-03 03:45:57 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,5 +16,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
+#include <pslib.h>
 #include "pmHDU.h"
 #include "pmFPA.h"
@@ -320,5 +320,5 @@
 
 /*
-i:         0           1               2 
+i:         0           1               2
 n:         1  2  3  4  5  6  1  2  3  4  5  6  1  2  3  4  5  6
 i*6 + n: 0 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18
Index: /trunk/psModules/src/objects/pmSourceIO_CMF.c
===================================================================
--- /trunk/psModules/src/objects/pmSourceIO_CMF.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmSourceIO_CMF.c	(revision 7604)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-07 22:58:30 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -13,6 +13,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
-#include "psEllipse.h"
+#include <pslib.h>
 #include "pmHDU.h"
 #include "pmFPA.h"
Index: /trunk/psModules/src/objects/pmSourceIO_CMP.c
===================================================================
--- /trunk/psModules/src/objects/pmSourceIO_CMP.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmSourceIO_CMP.c	(revision 7604)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-08 20:38:31 $
+ *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -13,7 +13,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
-#include "psLine.h"
-#include "psEllipse.h"
+#include <pslib.h>
 #include "pmHDU.h"
 #include "pmFPA.h"
Index: /trunk/psModules/src/objects/pmSourceIO_OBJ.c
===================================================================
--- /trunk/psModules/src/objects/pmSourceIO_OBJ.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmSourceIO_OBJ.c	(revision 7604)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-17 18:01:05 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -13,7 +13,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
-#include "psLine.h"
-#include "psEllipse.h"
+#include <pslib.h>
 #include "pmHDU.h"
 #include "pmFPA.h"
Index: /trunk/psModules/src/objects/pmSourceIO_RAW.c
===================================================================
--- /trunk/psModules/src/objects/pmSourceIO_RAW.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmSourceIO_RAW.c	(revision 7604)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-17 18:01:05 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -13,7 +13,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
-#include "psLine.h"
-#include "psEllipse.h"
+#include <pslib.h>
 #include "pmHDU.h"
 #include "pmFPA.h"
Index: /trunk/psModules/src/objects/pmSourceIO_SX.c
===================================================================
--- /trunk/psModules/src/objects/pmSourceIO_SX.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmSourceIO_SX.c	(revision 7604)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-17 18:01:05 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -13,7 +13,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
-#include "psLine.h"
-#include "psEllipse.h"
+#include <pslib.h>
 #include "pmHDU.h"
 #include "pmFPA.h"
Index: /trunk/psModules/src/objects/pmSourcePhotometry.c
===================================================================
--- /trunk/psModules/src/objects/pmSourcePhotometry.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmSourcePhotometry.c	(revision 7604)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA; GLG, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-02 02:16:05 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -13,5 +13,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
+#include <pslib.h>
 #include "pmHDU.h"
 #include "pmFPA.h"
Index: /trunk/psModules/src/objects/pmSourceSky.c
===================================================================
--- /trunk/psModules/src/objects/pmSourceSky.c	(revision 7603)
+++ /trunk/psModules/src/objects/pmSourceSky.c	(revision 7604)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-02 02:16:05 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 03:21:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,5 +16,5 @@
 #include <math.h>
 #include <string.h>
-#include "pslib.h"
+#include <pslib.h>
 #include "pmHDU.h"
 #include "pmFPA.h"
