Index: trunk/psphot/src/psphot.h
===================================================================
--- trunk/psphot/src/psphot.h	(revision 36718)
+++ trunk/psphot/src/psphot.h	(revision 36747)
@@ -432,4 +432,8 @@
 
 typedef struct {
+    float   Q;
+    float   NSigma;
+    float   clampSN;
+#ifdef notdef
     float fRmajorMin;
     float fRmajorMax;
@@ -438,4 +442,8 @@
     float fRminorMax;
     float fRminorDel;
+    float snMinAllTrials;
+    float reduceTrialsFactor;
+    bool  reducedTrials;
+#endif
 } psphotGalaxyShapeOptions;
 
@@ -539,4 +547,5 @@
 bool psphotGalaxyShapeSource (pmPCMdata *pcm, pmSource *source, pmSourceGalaxyFits *galaxyFits, psImageMaskType maskVal, int psfSize, bool saveResults);
 psphotGalaxyShapeOptions *psphotGalaxyShapeOptionsAlloc();
+void psphotGalaxyShapeOptionsSet(pmSource *source, pmSourceGalaxyFits *galaxyFits, psphotGalaxyShapeOptions *defaultOptions);
 
 bool psphotRadialProfileWings (pmConfig *config, const pmFPAview *view, const char *filerule);
