Changeset 7216 for trunk


Ignore:
Timestamp:
07/22/05 20:55:57 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7215 r7216  
    105105     - inverted sign of pointing correction for anti-source
    106106     - write telescope axis to parlist
     107
     108   * ganymed_wobble.rc:
     109     - added setup for polynom order 1
    107110
    108111
  • trunk/MagicSoft/Mars/NEWS

    r7209 r7216  
    113113     was assigned just with an event which was skipped later by another
    114114     task
    115    
     115
    116116   - 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
    119120
    120121   - star: Output now contains MReportStarguider
     122
     123   - ganymed: corrects now (correctly?) for the misspointing in May/April 05
    121124
    122125   - ganymed: Two new default templates for ganymed.rc are avilable:
     
    148151     already determined by the third moment along the major axis and
    149152     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.
    150157
    151158   - sponde: the zenith angle distribution is now weighted instead of
  • trunk/MagicSoft/Mars/ganymed_wobble.rc

    r7204 r7216  
    9494MAlphaFitter.BackgroundFitMin: 0.09
    9595MAlphaFitter.BackgroundFitMax: 0.25
     96MAlphaFitter.PolynomOrder: 1
    9697MAlphaFitter.SignalFunction: ThetaSq
    9798
  • trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc

    r7214 r7216  
    380380    SetSrcPos(v);
    381381
    382     if (fDeviation)
    383         cout << fPointPos->GetZd() << ":  " << vx.X() << "/" <<v.X() << "  " << vx.Y() << "/" <<v.Y() << endl;
    384 
    385382    return kTRUE;
    386383}
Note: See TracChangeset for help on using the changeset viewer.