Index: /branches/eam_branch_20080324/psModules/src/objects/models/pmModel_SERSIC.c
===================================================================
--- /branches/eam_branch_20080324/psModules/src/objects/models/pmModel_SERSIC.c	(revision 17377)
+++ /branches/eam_branch_20080324/psModules/src/objects/models/pmModel_SERSIC.c	(revision 17378)
@@ -19,5 +19,5 @@
 
    note that a standard sersic model uses exp(-K*(z^(1/n) - 1).  the additional elements (K,
-   the -1 offset) are absorbed in this model by the normalization, the exponenet, and the
+   the -1 offset) are absorbed in this model by the normalization, the exponent, and the
    radial scale.  We fit the elements in this form, then re-normalize them on output.
    *****************************************************************************/
@@ -157,8 +157,8 @@
             break;
         case PM_PAR_SXX:
-            params_min =   0.25;
+            params_min =   0.05;
             break;
         case PM_PAR_SYY:
-            params_min =   0.25;
+            params_min =   0.05;
             break;
         case PM_PAR_SXY:
@@ -166,5 +166,5 @@
             break;
         case PM_PAR_7:
-            params_min =   0.1;
+            params_min =   0.05;
             break;
         default:
