Index: trunk/Ohana/src/relphot/include/relphot.h
===================================================================
--- trunk/Ohana/src/relphot/include/relphot.h	(revision 36491)
+++ trunk/Ohana/src/relphot/include/relphot.h	(revision 36528)
@@ -86,10 +86,15 @@
   // others are only used on the final output steps.
 
-  double *list;		      // list of measure.mag values for a given star
-  double *dlist;	      // mag errors for a star
-  double *wlist;	      // weights to use for mean mags
-  double *aplist;	      // ap mags for a star
-  double *kronlist;	      // kron mags for a star
+  double *Mpsflist;           // list of measure.mag values for a given star
+  double *dpsflist;	      // mag errors for a star
+  double *wpsflist;	      // weights to use for mean mags
+
+  double *Maplist;	      // ap mags for a star
+  double *daplist;	      // ap mags for a star
+  double *waplist;	      // ap mags for a star
+
+  double *Mkronlist;	      // kron mags for a star
   double *dkronlist;	      // kron mag errors 
+  double *wkronlist;	      // kron mag errors 
 
   double *psfqf_list;	      // psfqf for all filters
@@ -97,5 +102,5 @@
   double *stargal_list;	      // stargal for all filters
 
-  StatType stats;
+  StatType psfstats;
   StatType apstats;
   StatType kronstats;
