Changeset 7763 for trunk/MagicSoft
- Timestamp:
- 06/28/06 13:46:11 (18 years ago)
- Location:
- trunk/MagicSoft/Cosy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Changelog
r7708 r7763 1 1 -*-*- 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 2 30 2006/05/10 Thomas Bretz 3 31 -
trunk/MagicSoft/Cosy/caos/Ring.h
r7297 r7763 36 36 Ring(Double_t x=0, Double_t y=0); 37 37 38 void SetXY(Double_t x=0, Double_t y=0) { fX=x; fY=y; } 39 38 40 Double_t GetX() const { return fX; } 39 41 Double_t GetY() const { return fY; }
Note:
See TracChangeset
for help on using the changeset viewer.