Ignore:
Timestamp:
12/12/01 13:09:24 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/catalog/Slalib.cc

    r921 r1109  
    44#include <iostream.h>  // cout
    55
     6#include "coord.h"
     7
    68#include "slalib.h"
     9
     10ClassImp(Slalib);
    711
    812Slalib::Slalib() : Timer()
     
    1721    slaDaf2r( 9, 56, 36.0, &fElong, &status);
    1822
    19     cout << "Latitude: 51\x9c 38'48.0\" = " <<  360.0/D2PI*fPhi << "   ";
    20     cout << "Longitude: 9\x9c 56'36.0\" = " <<  360.0/D2PI*fElong << endl;
     23    cout << "Latitude: 51\x9c 38'48.0\" = " <<  kRad2Deg*fPhi << "   ";
     24    cout << "Longitude: 9\x9c 56'36.0\" = " <<  kRad2Deg*fElong << endl;
    2125}
    2226
     
    6468    slaDe2h(ha, dec, fPhi, &az, &alt);
    6569
    66     return ZdAz(DPI/2-alt, az);
     70    return ZdAz(kPiDiv2-alt, az);
    6771}
Note: See TracChangeset for help on using the changeset viewer.