Index: /branches/eam_branches/ipp-20120627/ppSim/src/ppSimArguments.c
===================================================================
--- /branches/eam_branches/ipp-20120627/ppSim/src/ppSimArguments.c	(revision 34141)
+++ /branches/eam_branches/ipp-20120627/ppSim/src/ppSimArguments.c	(revision 34142)
@@ -225,5 +225,5 @@
         ppSimArgToRecipeStr(&status, options, "GALAXY.MODEL", arguments, "-galmodel"); // Galaxy model name
 
-	// the user supplies FWHM in arcsec; here we convert to Sigma in pixels
+	// the user supplies FWHM in arcsec; we convert to Sigma in pixels (in ppSimCreate.c:103)
         psMetadataAddF32(options, PS_LIST_TAIL, "SEEING", 0, "Seeing FWHM (arcsec)", seeing);
         psMetadataAddF32(options, PS_LIST_TAIL, "RA", 0, "Boresight RA (radians)", ra0 * M_PI / 180.0);
Index: /branches/eam_branches/ipp-20120627/ppSim/src/ppSimMakeGalaxies.c
===================================================================
--- /branches/eam_branches/ipp-20120627/ppSim/src/ppSimMakeGalaxies.c	(revision 34141)
+++ /branches/eam_branches/ipp-20120627/ppSim/src/ppSimMakeGalaxies.c	(revision 34142)
@@ -237,5 +237,5 @@
 	// galaxy->Rmaj -> PM_PAR_LENGTH
 	// seeing -> PM_PAR_SIGMA
-	galaxy->Rmin = seeing / 2.35; // Rmin is used for sigma
+	galaxy->Rmin = seeing; // Rmin is used for sigma
 	galaxy->peak = galaxy->flux / (galaxy->Rmaj * galaxy->Rmin * 2.0 * sqrt(2.0 * M_PI));
 	return true;
