Index: /trunk/MagicSoft/Mars/mastro/MAstroCamera.cc
===================================================================
--- /trunk/MagicSoft/Mars/mastro/MAstroCamera.cc	(revision 4714)
+++ /trunk/MagicSoft/Mars/mastro/MAstroCamera.cc	(revision 4715)
@@ -467,4 +467,13 @@
       starpos->SetExpValues(mag,mean(0),mean(1));
 
+      // Do _not_ remove this, name needs to be 
+      // transferred to the starpos.
+      TString name = radec->GetName();
+      if (name.Length()==0) {
+        starpos->SetName("unknown");
+      } else {
+        starpos->SetName(radec->GetName());
+      }
+
       const TVector3 spot = fMirror0->GetReflection(star, fGeom->GetCameraDist())*1000;
       starpos->SetIdealValues(mag,spot(0),spot(1));
