Changeset 18830 for trunk/Mars/mcore/nova.h
- Timestamp:
- 04/14/17 17:28:46 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/nova.h
r18827 r18830 19 19 struct RaDecPosn; 20 20 21 const static ln_lnlat_posn kORM22 21 #ifndef __CINT__ 23 = { -(17.+53./60+26.525/3600), 28.+45./60+42.462/3600 } // 2200m 22 #define OBS(lat,lng) ={lat,lng} 23 #else 24 #define OBS(lat,lng) 24 25 #endif 25 ; 26 const static ln_lnlat_posn kHAWC 27 #ifndef __CINT__ 28 = { -97.3084, 18.9947 } // 4100m; 29 #endif 30 ; 31 const static ln_lnlat_posn kSPM 32 #ifndef __CINT__ 33 = { -115.4637, 31.0439 } // 2800m; 34 #endif 35 ; 26 27 const static ln_lnlat_posn kORM OBS(-(17.+53./60+26.525/3600), 28.+45./60+42.462/3600); // 2800m 28 const static ln_lnlat_posn kHAWC OBS( -97.3084, 18.9947 ); // 4100m; 29 const static ln_lnlat_posn kSPM OBS(-115.4637, 31.0439 ); // 2800m; 30 const static ln_lnlat_posn kRWTH OBS( 6.0657, 50.7801 ); 36 31 37 32 struct LnLatPosn : public ln_lnlat_posn … … 47 42 { "HAWC", kHAWC }, 48 43 { "SPM", kSPM }, 44 { "RWTH", kRWTH }, 49 45 }; 50 46
Note:
See TracChangeset
for help on using the changeset viewer.