Index: branches/eam_branches/ipp-20100621/psphot/doc/notes.20100715.txt
===================================================================
--- branches/eam_branches/ipp-20100621/psphot/doc/notes.20100715.txt	(revision 28683)
+++ branches/eam_branches/ipp-20100621/psphot/doc/notes.20100715.txt	(revision 28683)
@@ -0,0 +1,12 @@
+
+2010.07.15
+
+various psphot issues that need to be addressed:
+
+* update extNsigma based on kron mags 
+* convert EXT sigmas to a probability (watch that extNsigma is correctly defined)
+* psphot forced fails for negative flux
+  - do a run, plot a histogram of fluxes as various steps
+
+* capability to choose extended source fits based on |b|
+* update psf-convolved fitting to work with sersic (iteration)
Index: branches/eam_branches/ipp-20100621/psphot/src/Makefile.am
===================================================================
--- branches/eam_branches/ipp-20100621/psphot/src/Makefile.am	(revision 28677)
+++ branches/eam_branches/ipp-20100621/psphot/src/Makefile.am	(revision 28683)
@@ -20,5 +20,5 @@
 	-$(RM) psphotVersionDefinitions.h
 	$(SED) -e "s|@PSPHOT_VERSION@|\"$(PSPHOT_VERSION)\"|" -e "s|@PSPHOT_BRANCH@|\"$(PSPHOT_BRANCH)\"|" -e "s|@PSPHOT_SOURCE@|\"$(PSPHOT_SOURCE)\"|" psphotVersionDefinitions.h.in > psphotVersionDefinitions.h
-# FORCE: ;
+FORCE: ;
 
 libpsphot_la_CFLAGS = $(PSPHOT_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS)
Index: branches/eam_branches/ipp-20100621/psphot/src/psphotPSFConvModel.c
===================================================================
--- branches/eam_branches/ipp-20100621/psphot/src/psphotPSFConvModel.c	(revision 28677)
+++ branches/eam_branches/ipp-20100621/psphot/src/psphotPSFConvModel.c	(revision 28683)
@@ -10,5 +10,8 @@
 // modelConv to contain the fitted parameters, and the modelFlux to contain the 
 // convolved model image.
-pmModel *psphotPSFConvModel (pmReadout *readout, pmSource *source, pmModelType modelType, psImageMaskType maskVal, psImageMaskType markVal, int psfSize) {
+
+// XXX need to generalize this -- number of fitted parameters must be flexible based on the fitOptions
+
+pmModel *psphotPSFConvModel (pmReadout *readout, pmSource *source, pmSourceFitOptions *fitOptions, pmModelType modelType, psImageMaskType maskVal, psImageMaskType markVal, int psfSize) {
     
     // maskVal is used to test for rejected pixels, and must include markVal
