Index: trunk/MagicSoft/Mars/mpointing/MPointing.cc
===================================================================
--- trunk/MagicSoft/Mars/mpointing/MPointing.cc	(revision 8719)
+++ trunk/MagicSoft/Mars/mpointing/MPointing.cc	(revision 8720)
@@ -208,6 +208,11 @@
         }
 
+        str = str.Strip(TString::kBoth);
+
         if (str=="END")
             break;
+
+        if (str[0]=='#')
+            continue;
 
         if (str[0]=='&')
Index: trunk/MagicSoft/Mars/mpointing/MSrcPosCorrect.cc
===================================================================
--- trunk/MagicSoft/Mars/mpointing/MSrcPosCorrect.cc	(revision 8719)
+++ trunk/MagicSoft/Mars/mpointing/MSrcPosCorrect.cc	(revision 8720)
@@ -47,5 +47,5 @@
 //    We discovered that the procedure we used yester day for Roque Lamp
 //    light source was producing a very non-uniform light
-//    We did some studies to produce an uniformly illuminated li ght from
+//    We did some studies to produce an uniformly illuminated light from
 //    the Roque Lamp Then we moved the telescope to the Roque Lamp position
 //    and did a Laser adjust for the Roque position. We put the telescope to
@@ -56,5 +56,5 @@
 //    camer a, we saw a clear offset from the centre. Then we calculated this
 //    offset and put the correct numbers in the AMC code. Then we redid the
-//    laser adjustment and fou nd the spot to be nicely centred.  Our
+//    laser adjustment and found the spot to be nicely centered.  Our
 //    calculations showed that the offset was 0.048 deg in X direction and
 //    0.032 deg in Y direction.
