Index: trunk/Ohana/src/addstar/src/ReadStarsFITS.c
===================================================================
--- trunk/Ohana/src/addstar/src/ReadStarsFITS.c	(revision 37992)
+++ trunk/Ohana/src/addstar/src/ReadStarsFITS.c	(revision 37995)
@@ -1217,4 +1217,7 @@
     stars[i].lensing->E2_sh_psf   = ps1data[i].E2_sh_psf;
 
+    stars[i].lensing->E1_psf      = ps1data[i].E1_psf;
+    stars[i].lensing->E2_psf      = ps1data[i].E2_psf;
+
     // stars[i].lensing->F_ApR5    = ps1data[i].F_ApR5;
     // stars[i].lensing->dF_ApR5   = ps1data[i].dF_ApR5;
Index: trunk/Ohana/src/addstar/src/mkcmf.c
===================================================================
--- trunk/Ohana/src/addstar/src/mkcmf.c	(revision 37992)
+++ trunk/Ohana/src/addstar/src/mkcmf.c	(revision 37995)
@@ -1003,10 +1003,10 @@
 
   int i;
-  CMF_PS1_V5_Lensing *stars;
+  CMF_PS1_V5_R2_Lensing *stars;
   float flux, fSN;
 
   // XXX add gaussian-distributed noise based on counts
   // this needs to make different output 'stars' entries depending on the desired type
-  ALLOCATE (stars, CMF_PS1_V5_Lensing, Nstars);
+  ALLOCATE (stars, CMF_PS1_V5_R2_Lensing, Nstars);
   for (i = 0; i < Nstars; i++) {
 
@@ -1129,5 +1129,5 @@
   }
 
-  gfits_table_set_CMF_PS1_V5_Lensing (ftable, stars, Nstars);
+  gfits_table_set_CMF_PS1_V5_R2_Lensing (ftable, stars, Nstars);
   gfits_modify (ftable->header, "EXTTYPE",   "%s", 1, "PS1_V5");
 }
