Changeset 18560 for trunk/Mars/mpointing


Ignore:
Timestamp:
09/03/16 14:06:22 (8 years ago)
Author:
tbretz
Message:
Added some unit infomration for the fits file, added the function to setup reading from the fits file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mpointing/MPointingPos.h

    r9374 r18560  
    1111#endif
    1212
     13class fits;
    1314class MTime;
    1415class MObservatory;
     
    2122    static const TString gsDefTitle;
    2223
    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}
    2526
    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}
    2930
    3031    // Hour angle!
     
    7374    }
    7475
     76    Bool_t SetupFits(fits &fin);
     77
    7578    ClassDef(MPointingPos, 1) //Container storing the (corrected) telescope pointing position
    7679};
Note: See TracChangeset for help on using the changeset viewer.