Ignore:
Timestamp:
08/22/05 10:35:02 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Changelog

    r7230 r7296  
    11                                                                  -*-*- END -*-*-
    22
     3 2005/08/22 - Thomas Bretz
     4
     5   * caos/Ring.[h,cc]:
     6     - added a sanity check for the case a led entry == NULL
     7
     8   * caos/Rings.[h,cc]:
     9     - code cleanup
     10     - added a sanity check to CalcRings
     11
     12   * devdrv/shaftencoder.h:
     13     - added new member function GetPosDirCorrected
     14     - added new member function GetOffsetDirCorrected
     15
     16   * main/MStarguider.cc:
     17     - set number of minimum required LEDs for the ring calculation
     18       to 3. With two LEDs you can NEVER calculate a ring!
     19     - added another sanity check in FindStars
     20
     21   * main/MTracking.cc:
     22     - replaced ?:-operators by new functions Get*DirCorrected
     23     - made sure that if both directions have changed the reset
     24       really causes the correct values to be used immediatly!
     25     - added some code for future use
     26
     27
     28
    329 2005/07/28 - Florian Goebel
    430
    5   * videodev/FilterLed.[cc,h]
    6     - add GetMeanPositionCircle and FindStarCircle
     31   * videodev/FilterLed.[cc,h]
     32     - add GetMeanPositionCircle and FindStarCircle
    733 
    8   * devdrv/shaftencoder.[cc,h]
    9     - add: fDirHasChanged, fDirChangedPos, fDirChangedOffset,
    10            fDirection, fHysteresisPos, fHysteresisNeg
    11 
    12   * main/MCosy.cc
    13     - set faster acceleration and Velocity parameters in TrackPositionGRB
    14 
    15   * main/MPointing.cc
    16     - correct bug which always set speed to LO-SPEED
    17 
    18   * main/MStarguider.[cc,h]
    19     - add new Popup "Operation" (functionality is not ready yet)
    20     - add new procedure: FindRoqueLamp
    21     - in MStarguider::FindStar now use Leds::FindStarCircle
    22       (instead of Leds::FindStar)
    23 
    24   * main/MTracking.cc
    25     - calculate DirHasChanged etc.
    26  
     34   * devdrv/shaftencoder.[cc,h]
     35     - add: fDirHasChanged, fDirChangedPos, fDirChangedOffset,
     36            fDirection, fHysteresisPos, fHysteresisNeg
     37
     38   * main/MCosy.cc
     39     - set faster acceleration and Velocity parameters in TrackPositionGRB
     40
     41   * main/MPointing.cc
     42     - correct bug which always set speed to LO-SPEED
     43
     44   * main/MStarguider.[cc,h]
     45     - add new Popup "Operation" (functionality is not ready yet)
     46     - add new procedure: FindRoqueLamp
     47     - in MStarguider::FindStar now use Leds::FindStarCircle
     48       (instead of Leds::FindStar)
     49
     50   * main/MTracking.cc
     51     - calculate DirHasChanged etc.
     52
     53
    2754
    2855 2005/04/11 - Thomas Bretz
Note: See TracChangeset for help on using the changeset viewer.