Changeset 18560 for trunk/Mars/mpointing
- Timestamp:
- 09/03/16 14:06:22 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mpointing/MPointingPos.h
r9374 r18560 11 11 #endif 12 12 13 class fits; 13 14 class MTime; 14 15 class MObservatory; … … 21 22 static const TString gsDefTitle; 22 23 23 Double_t fZd; // [deg] Zenith distance (ZA) 24 Double_t fAz; // [deg] Azimuth 24 Double_t fZd; // [deg] Zenith distance (ZA) {fits: unit=deg} 25 Double_t fAz; // [deg] Azimuth {fits: unit=deg} 25 26 26 Double_t fRa; // [h] Right ascension 27 Double_t fHa; // [h] Hour angle 28 Double_t fDec; // [deg] Declination 27 Double_t fRa; // [h] Right ascension {fits: unit=h} 28 Double_t fHa; // [h] Hour angle {fits: unit=h} 29 Double_t fDec; // [deg] Declination {fits: unit=deg} 29 30 30 31 // Hour angle! … … 73 74 } 74 75 76 Bool_t SetupFits(fits &fin); 77 75 78 ClassDef(MPointingPos, 1) //Container storing the (corrected) telescope pointing position 76 79 };
Note:
See TracChangeset
for help on using the changeset viewer.