Changeset 9573 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 04/19/10 13:40:16 (15 years ago)
- Location:
- trunk/MagicSoft/Mars/mpointing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MPointing.cc
r8958 r9573 268 268 sout += '\t'; 269 269 sout += Form("%11f", val); 270 sout += "° \t"; 270 sout += UTF8::kDeg; 271 sout += " \t"; 271 272 val *= TMath::DegToRad(); 272 273 -
trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.cc
r9565 r9573 126 126 // shifted a little bit. 127 127 // 128 // 16.04.2006: Around this date a roque lamp focussing has sbeen done128 // 16.04.2006: Around this date a roque lamp focussing has been done 129 129 // 130 130 // 25.04.2006: A missalignment introduced with the roque adjust has been … … 171 171 // 01. Feb. 2010 New pointing models for both telescopes 172 172 // 26. Feb. 2010 New pointing models for both telescopes 173 // 31. Mar. 2010 New pointing models for both telescopes 173 174 // 174 175 // From 2.2.2006 beginnig of the night (21:05h, run >=81855) to 24.2.2006 … … 277 278 // 278 279 // 280 // [2010-02-03 M. Garcz.] 281 // 282 // New LUTs for M2 283 // 284 // 279 285 // Others 280 286 // ------
Note:
See TracChangeset
for help on using the changeset viewer.