Index: /trunk/FACT++/src/makedata.cc
===================================================================
--- /trunk/FACT++/src/makedata.cc	(revision 17366)
+++ /trunk/FACT++/src/makedata.cc	(revision 17367)
@@ -148,6 +148,6 @@
 
         // Current prediction
-        const double cang = sin(angle   *M_PI/180);
         const double calt = sin(hrzm.alt*M_PI/180);
+        const double cang = 1-sin(angle*M_PI/180);
 
         //const double lc = cang==0 ? -1 : calt*pow(disk, 2.2)*pow(dist, -2);
Index: /trunk/FACT++/src/makeplots.cc
===================================================================
--- /trunk/FACT++/src/makeplots.cc	(revision 17366)
+++ /trunk/FACT++/src/makeplots.cc	(revision 17367)
@@ -281,6 +281,6 @@
 
             // Current prediction
-            const double cang = sin(angle   *M_PI/180);
             const double calt = sin(hrzm.alt*M_PI/180);
+            const double cang = 1-sin(angle*M_PI/180);
 
             //const double lc = cang==0 ? -1 : calt*pow(disk, 2.2)*pow(dist, -2);
