Changeset 9523 for trunk/MagicSoft/Cosy/catalog/SlaStars.cc
- Timestamp:
- 12/01/09 13:03:41 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/catalog/SlaStars.cc
r9516 r9523 12 12 } 13 13 14 SlaStars::~SlaStars()15 {16 }17 18 14 void SlaStars::Set(const AltAz &altaz) 19 15 { … … 42 38 Slalib::SetMjd(mjd); 43 39 40 fTt = GetMjd() + slaDtt(GetMjd())/60./60./24.; 41 44 42 // 45 43 // ----- calculate star independent parameters ---------- … … 47 45 48 46 // prepare calculation: Mean Place to geocentric apperent 49 slaMappa(2000.0, GetMjd(), fAmprms); // Epoche, TDB 47 // (UTC would also do, except for the moon?) 48 slaMappa(2000.0, fTt, fAmprms); // Epoche, TDB 50 49 51 50 // prepare: Apperent to observed place … … 54 53 0, 0, // polar motion x, y-coordinate (radians) 55 54 // 273.155, 1013.25, 0.5, // temp, pressure, humidity 56 273.155+10, 780.0, 0.25, // temp, pressure, humidity55 273.155+10, 780.0, 0.25, // temp, pressure, humidity 57 56 // 0.2, 0.0065, // wavelength, tropo lapse rate 58 57 0.55, 0.0065, // wavelength, tropo lapse rate 59 58 fAoprms); 59 60 // Delta UT should be less than 0.9s which is its definition 61 // so we can fairly assume it to be neglegible 60 62 } 61 63
Note:
See TracChangeset
for help on using the changeset viewer.