Index: /branches/eam_branches/ipp-20150616/Ohana/src/addstar/src/FilterStars.c
===================================================================
--- /branches/eam_branches/ipp-20150616/Ohana/src/addstar/src/FilterStars.c	(revision 38540)
+++ /branches/eam_branches/ipp-20150616/Ohana/src/addstar/src/FilterStars.c	(revision 38541)
@@ -122,16 +122,14 @@
     }
     if (outcat->lensing) {
+      // correct things which scale like exptime with the exptime
       if (!isnan(outcat->lensing[N]. F_ApR5)) outcat->lensing[N]. F_ApR5 /= image[0].exptime;
       if (!isnan(outcat->lensing[N].dF_ApR5)) outcat->lensing[N].dF_ApR5 /= image[0].exptime;
       if (!isnan(outcat->lensing[N].sF_ApR5)) outcat->lensing[N].sF_ApR5 /= image[0].exptime;
-      if (!isnan(outcat->lensing[N].fF_ApR5)) outcat->lensing[N].fF_ApR5 /= image[0].exptime;
       if (!isnan(outcat->lensing[N]. F_ApR6)) outcat->lensing[N]. F_ApR6 /= image[0].exptime;
       if (!isnan(outcat->lensing[N].dF_ApR6)) outcat->lensing[N].dF_ApR6 /= image[0].exptime;
       if (!isnan(outcat->lensing[N].sF_ApR6)) outcat->lensing[N].sF_ApR6 /= image[0].exptime;
-      if (!isnan(outcat->lensing[N].fF_ApR6)) outcat->lensing[N].fF_ApR6 /= image[0].exptime;
       if (!isnan(outcat->lensing[N]. F_ApR7)) outcat->lensing[N]. F_ApR7 /= image[0].exptime;
       if (!isnan(outcat->lensing[N].dF_ApR7)) outcat->lensing[N].dF_ApR7 /= image[0].exptime;
       if (!isnan(outcat->lensing[N].sF_ApR7)) outcat->lensing[N].sF_ApR7 /= image[0].exptime;
-      if (!isnan(outcat->lensing[N].fF_ApR7)) outcat->lensing[N].fF_ApR7 /= image[0].exptime;
     }
     
