- Timestamp:
- 07/22/05 20:55:57 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7215 r7216 105 105 - inverted sign of pointing correction for anti-source 106 106 - write telescope axis to parlist 107 108 * ganymed_wobble.rc: 109 - added setup for polynom order 1 107 110 108 111 -
trunk/MagicSoft/Mars/NEWS
r7209 r7216 113 113 was assigned just with an event which was skipped later by another 114 114 task 115 115 116 116 - star: new histograms MHPointing and MHRate 117 118 - star: corrects now (correctly?) for the misspointing in May/April 05 117 118 - star: New tab (Currents) displaying the time evolution of the mean 119 DC currents 119 120 120 121 - star: Output now contains MReportStarguider 122 123 - ganymed: corrects now (correctly?) for the misspointing in May/April 05 121 124 122 125 - ganymed: Two new default templates for ganymed.rc are avilable: … … 148 151 already determined by the third moment along the major axis and 149 152 so its actual sign is aligned along the major axis of the shower. 153 154 - ganymed: If starguider data is available it is taken into account 155 when calculating the source position. This is especially important 156 for wobble data at high zenith angles and culmination data. 150 157 151 158 - sponde: the zenith angle distribution is now weighted instead of -
trunk/MagicSoft/Mars/ganymed_wobble.rc
r7204 r7216 94 94 MAlphaFitter.BackgroundFitMin: 0.09 95 95 MAlphaFitter.BackgroundFitMax: 0.25 96 MAlphaFitter.PolynomOrder: 1 96 97 MAlphaFitter.SignalFunction: ThetaSq 97 98 -
trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc
r7214 r7216 380 380 SetSrcPos(v); 381 381 382 if (fDeviation)383 cout << fPointPos->GetZd() << ": " << vx.X() << "/" <<v.X() << " " << vx.Y() << "/" <<v.Y() << endl;384 385 382 return kTRUE; 386 383 }
Note:
See TracChangeset
for help on using the changeset viewer.