Index: trunk/MagicSoft/Mars/mimage/MStereoPar.cc
===================================================================
--- trunk/MagicSoft/Mars/mimage/MStereoPar.cc	(revision 2737)
+++ trunk/MagicSoft/Mars/mimage/MStereoPar.cc	(revision 2770)
@@ -201,5 +201,5 @@
 
     fSourceX = scale1*hillas1.GetMeanX() + t * hillas1.GetCosDelta();
-    fSourceY = scale2*hillas1.GetMeanY() + t * hillas1.GetSinDelta();
+    fSourceY = scale1*hillas1.GetMeanY() + t * hillas1.GetSinDelta();
 
     //
