Index: trunk/Mars/mpointing/MPointingPos.h
===================================================================
--- trunk/Mars/mpointing/MPointingPos.h	(revision 18559)
+++ trunk/Mars/mpointing/MPointingPos.h	(revision 18560)
@@ -11,4 +11,5 @@
 #endif
 
+class fits;
 class MTime;
 class MObservatory;
@@ -21,10 +22,10 @@
     static const TString gsDefTitle;
 
-    Double_t fZd;  // [deg] Zenith distance (ZA)
-    Double_t fAz;  // [deg] Azimuth
+    Double_t fZd;  // [deg] Zenith distance (ZA) {fits: unit=deg}
+    Double_t fAz;  // [deg] Azimuth              {fits: unit=deg}
 
-    Double_t fRa;  // [h]   Right ascension
-    Double_t fHa;  // [h]   Hour angle
-    Double_t fDec; // [deg] Declination
+    Double_t fRa;  // [h]   Right ascension      {fits: unit=h}
+    Double_t fHa;  // [h]   Hour angle           {fits: unit=h}
+    Double_t fDec; // [deg] Declination          {fits: unit=deg}
 
     // Hour angle!
@@ -73,4 +74,6 @@
     }
 
+    Bool_t SetupFits(fits &fin);
+
     ClassDef(MPointingPos, 1) //Container storing the (corrected) telescope pointing position
 };
