Ignore:
Timestamp:
12/29/03 18:19:38 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/MObservatory.cc

    r2578 r2750  
    3030/////////////////////////////////////////////////////////////////////////////
    3131#include "MObservatory.h"
     32
     33#include "MAstro.h"
    3234
    3335#include "MLog.h"
     
    6365        // Values taken from the GPS Receiver (avg 20h)
    6466        // 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        fLatitude  = MAstro::Dms2Rad(28, 45, 42.576, '+');
     68        fLongitude = MAstro::Dms2Rad(17, 53, 26.460, '-');
    6769        fHeight    = 2196.5; // m
    6870        fObservatoryName = "Observatorio del Roque de los Muchachos (Magic1)";
     
    7072
    7173    case kWuerzburgCity:
    72         fLatitude  = Dms2Rad(51, 38, 48.0);
    73         fLongitude = Dms2Rad( 9, 56, 36.0);
     74        fLatitude  = MAstro::Dms2Rad(51, 38, 48.0);
     75        fLongitude = MAstro::Dms2Rad( 9, 56, 36.0);
    7476        fHeight    = 300;
    7577        fObservatoryName = "Wuerzburg City";
Note: See TracChangeset for help on using the changeset viewer.