Index: /trunk/psModules/src/objects/pmPSF.c
===================================================================
--- /trunk/psModules/src/objects/pmPSF.c	(revision 12815)
+++ /trunk/psModules/src/objects/pmPSF.c	(revision 12816)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-01 19:26:47 $
+ *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-04-12 18:56:37 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -409,4 +409,5 @@
     region = psRegionForImage (readout->image, region);
 
+    // the view, image, and mask retain col0,row0
     psImage *view = psImageSubset (readout->image, region);
     psImage *image = psImageCopy (NULL, view, PS_TYPE_F32);
Index: /trunk/psModules/src/objects/pmPeaks.c
===================================================================
--- /trunk/psModules/src/objects/pmPeaks.c	(revision 12815)
+++ /trunk/psModules/src/objects/pmPeaks.c	(revision 12816)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-19 04:36:55 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-04-12 18:56:52 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -304,4 +304,6 @@
 XXX: This does not work if image has either a single row, or a single column.
  
+The peak is returned in the image parent coordinates
+
 *****************************************************************************/
 psArray *pmFindImagePeaks(const psImage *image, psF32 threshold)
