Changeset 2578 for trunk/MagicSoft/Mars/mtemp
- Timestamp:
- 12/01/03 16:21:53 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/MObservatory.cc
r1954 r2578 61 61 { 62 62 case kMagic1: 63 // Values taken from the GPS Receiver positined in64 // the CT1 control room65 fLatitude = Dms2Rad( 28, 45, 42.5 64);66 fLongitude = Dms2Rad(-17, 53, 2 7.426);67 fHeight = 219 8.7; // m63 // Values taken from the GPS Receiver (avg 20h) 64 // on 26/11/2003 at 17h30 in the counting house 65 fLatitude = Dms2Rad( 28, 45, 42.576); 66 fLongitude = Dms2Rad(-17, 53, 26.460); 67 fHeight = 2196.5; // m 68 68 fObservatoryName = "Observatorio del Roque de los Muchachos (Magic1)"; 69 69 return;
Note:
See TracChangeset
for help on using the changeset viewer.