Ignore:
Timestamp:
02/14/03 17:12:58 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1691 r1757  
    3838    // ----- calculate star independent parameters ----------
    3939    //
    40     slaMappa(2000.0, mjd, fAmprms);
    41     slaAoppa(mjd, 0,                    // mjd, UT1-UTC
     40
     41    // prepare calculation: Mean Place to geocentric apperent
     42    slaMappa(2000.0, mjd, fAmprms);        // Epoche, TDB
     43
     44    // prepare: Apperent to observed place
     45    slaAoppa(mjd, 0,                       // mjd, Delta UT=UT1-UTC
    4246             // GetElong(), GetPhi(), 148, // göttingen long, lat, height
    43              GetElong(), GetPhi(), 300, // göttingen long, lat, height
    44              0, 0,                      // polar motion x, y-coordinate (radians)
     47             GetElong(), GetPhi(), GetHeight(), // göttingen long, lat, height
     48             0, 0,                         // polar motion x, y-coordinate (radians)
    4549             // 273.155, 1013.25, 0.5,     // temp, pressure, humidity
    4650             273.155+20, 1013.25, 0.5,     // temp, pressure, humidity
    4751             // 0.2, 0.0065,               // wavelength, tropo lapse rate
    48              0.55, 0.0065,               // wavelength, tropo lapse rate
     52             0.55, 0.0065,                 // wavelength, tropo lapse rate
    4953             fAoprms);
    5054}
Note: See TracChangeset for help on using the changeset viewer.