Changeset 7763 for trunk/MagicSoft/Cosy


Ignore:
Timestamp:
06/28/06 13:46:11 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Changelog

    r7708 r7763  
    11                                                                  -*-*- END -*-*-
     2 2006/06/28 Thomas Bretz
     3
     4   * main/MStargHistograms.[h,cc]:
     5     - removed Center in units of Zd, Az
     6
     7   * main/MStarguider.cc:
     8     - removed obsolete and dangerous sgcenterzdaz
     9     - do not display the sky-centered rings if sky-center is invalid
     10       (LEDs not detected)
     11     - rais error in this case and send error state to CC
     12     - added lower brighness limit of 30
     13     - do not write pointingpos.txt and tracking_error.txt anymore
     14
     15
     16   * caos/Ring.h:
     17     - added Setter SetXY
     18
     19   * catalog/StarCatalog.cc:
     20     - fixed that when checking for the region in which stars will
     21       be searched only the y- but not the x-offset has been taken into
     22       account
     23     - added a small region around the region of interest because
     24       the catalog position of visible stars might be out of the
     25       search region
     26     - commented out an obsolete function
     27
     28
     29
    230 2006/05/10 Thomas Bretz
    331
  • trunk/MagicSoft/Cosy/caos/Ring.h

    r7297 r7763  
    3636    Ring(Double_t x=0, Double_t y=0);
    3737
     38    void SetXY(Double_t x=0, Double_t y=0) { fX=x; fY=y; }
     39
    3840    Double_t GetX() const   { return fX; }
    3941    Double_t GetY() const   { return fY; }
Note: See TracChangeset for help on using the changeset viewer.