Changeset 9518 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 10/26/09 14:31:19 (15 years ago)
- Location:
- trunk/MagicSoft/Mars/mpointing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.cc
r9402 r9518 162 162 // 19. Jun. 2008 (ca. 15:00) // From new TPoints 163 163 // 7. Mar. 2009 (ca. 14:00) // From new TPoints (0808-0902) 164 // 14. May 2009 // M1/M2 after upgrade (from TPoints taken in the days before) 165 // 17. Aug. 2009 New pointing models for both telescopes 166 // 164 167 // 165 168 // From 2.2.2006 beginnig of the night (21:05h, run >=81855) to 24.2.2006 … … 240 243 // found. 241 244 // 245 // [2009-08-05 Mail from Markus Garcz. about M1] 246 // [...] 247 // On the 23.07.2009 we tested the new LUTs using the star Etamin. The 248 // PSF (sigma) improved from 11.0 mm to 9.5 mm and the total light content 249 // in one PMT from 54% to 62%. 250 // Furthermore I saw a small movement of the spot after the new focussing: 251 // dX = 3 CCD pixel = 7 mm 252 // dY = 2 CCD pixel = 4.7 mm 253 // The new LUTs are now installed since the 23.07.2009 and are used as 254 // default during the observation. 255 // [...] 256 // 257 // 258 // [2009-10-16 Email Adrian] 259 // 260 // I checked the AMC2 log files to check which LUTs had been used in which nights 261 // until 09/09/12 the old version from March had always been used 262 // 09/09/13-09/09/16 LUT_090913 (test) was used (by mistake) 263 // 09/09/17-09/09/20 switched back to the version from March 264 // since 09/09/21 using actual version LUT_090918 265 // (PSF at ~10deg still rather poor, but I see strange 266 // effects I do not yet understand and therefore cannot 267 // correct) 268 // Especially: nothing has changed in the AMC on 09/09/09, 269 // except that around that date the SBIG camera was readjusted (but this 270 // has no direct affect on the AMC) 271 // 272 // 273 // Others 274 // ------ 275 // 276 // The pointing of both(!) telescopes changed >2009/06/11 2:36h 277 // In both cases the reason is unknown. 278 // 279 // The pointing has changed for M2 after 2009/09/09 noon 280 // It recovered to the previous pointing at 2009/10/08 noon 281 // Resons unknown (there were LUT changes but at different dates) 282 // 242 283 // 243 284 // ToDo: -
trunk/MagicSoft/Mars/mpointing/Makefile
r7560 r9518 6 6 # 7 7 ################################################################## 8 include ../Makefile.conf.general 8 9 include ../Makefile.conf.$(OSTYPE) 9 include ../Makefile.conf.general10 10 11 11 #------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.