Ignore:
Timestamp:
05/01/04 16:33:16 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mastro
Files:
2 edited

Legend:

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

    r3568 r3927  
    7575    switch (name)
    7676    {
    77         // BE EXTREMLY CARFEFULL CHANGING THIS CLASS! THE TRACKING SYSTEM
    78         // IS BASED ON IT!
     77        // BE EXTREMLY CARFEFULL CHANGING THIS CLASS!
     78        // THE TRACKING SYSTEM IS BASED ON IT!
    7979    case kMagic1:
    80         // Values taken from the GPS Receiver (avg 20h)
    81         // on 26/11/2003 at 17h30 in the counting house
    82         fLatitude  = MAstro::Dms2Rad(28, 45, 42.576, '+');
    83         fLongitude = MAstro::Dms2Rad(17, 53, 26.460, '-');
    84         fHeight    = 2196.5; // m
     80        // Values taken from the GPS Receiver (avg 24h)
     81        // on 29/04/2004 at 17h30 in the counting house
     82        fLatitude  = MAstro::Dms2Rad(28, 45, 42.462, '+');
     83        fLongitude = MAstro::Dms2Rad(17, 53, 26.525, '-');
     84        fHeight    = 2199.4; // m
    8585        fObservatoryName = "Observatorio del Roque de los Muchachos (Magic1)";
    8686        break;
  • trunk/MagicSoft/Mars/mastro/Makefile

    r3811 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
     
    1517
    1618#
    17 # Library name to creatre
    18 #
    19 LIB   = mastro.a
    20 
    21 #
    2219#  connect the include files defined in the config.mk file
    2320#
    2421INCLUDES =  -I. -I../mbase -I../mgeom -I../mtemp
    25 
    2622# mgeom (MAstroCamera): MGeomCam, MGeomMirror
    27 
    28 #------------------------------------------------------------------------------
    29 
    30 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3123
    3224SRCFILES = MAstro.cc \
     
    3628           MObservatory.cc
    3729
    38 SRCS    = $(SRCFILES)
    39 HEADERS = $(SRCFILES:.cc=.h)
    40 OBJS    = $(SRCFILES:.cc=.o)
    41 
    4230############################################################
    4331
    44 all: $(LIB)
     32all: $(OBJS)
    4533
    4634include ../Makefile.rules
    4735
    48 #clean: rmcint rmobjs rmcore rmlib
    49 
    5036mrproper:       clean rmbak
    51 
    52 # @endcode
    53 
Note: See TracChangeset for help on using the changeset viewer.