Ignore:
Timestamp:
05/15/04 16:46:27 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Changelog

    r2751 r4076  
    11                                                                  -*-*- END -*-*-
     2 2004/05/15 - Thomas Bretz (La Palma)
     3
     4   * .cosyrc_magic:
     5     - updated with some comments
     6
     7   * Makefile:
     8     - added many more links necessary for current make
     9       (should be replaced by libmars.so in the future)
     10
     11   * Makefile.conf.general:
     12     - added GX11 and HistPainter
     13
     14   * cosy.cc, starg.cc:
     15     - Moved initialization of Camera to MStarguider
     16     - added command line option to choose ccd channel
     17
     18   * leds.txt:
     19     - replaced with new LED positions (OFFSETS MISSING)
     20
     21   * stars.txt:
     22     - added many more stars
     23
     24   * base/coord.h:
     25     - added operator/=(XY&)
     26
     27   * base/msgqueue.cc, candrv/sdolist.cc:
     28     - added more output in case mutex is already locked by the same thread
     29
     30   * candrv/vmodican.cc:
     31     - some changes to output
     32
     33   * catalog/SlaStars.cc:
     34     - changed some comments
     35
     36   * catalog/StarCatalog.[h,cc]:
     37     - replaced old algorithms by MAstroCatalog and new simplifications
     38       to calculate star-positions accuratly by combining slalib with
     39       MAstroCatalog
     40
     41   * devdrv/macs.h:
     42     - added GetPosTime
     43
     44   * devdrv/shaftencoder.[h,cc]:
     45     - added output to report file
     46
     47   * gui/MGAccuracy.[h,cc]:
     48     - added time development curve (blue)
     49
     50   * gui/MGEmbeddedCanvas.h, gui/MGSkyPosition.h,
     51     gui/MGVelocity.h:
     52     - changed ifndef define
     53
     54   * gui/MGImage.[h,cc]:
     55     - enhancements in speed
     56     - enhancements in mutex locking mechanism
     57
     58   * gui/MGPngReader.cc, gui/MGTPoint.cc:
     59     - changed meaning of PixSize
     60
     61   * gui/MGVelocity.cc:
     62     - fixed units
     63
     64   * main/MCaos.[h,cc]:
     65     - changed ring radius from 266/272 to 266,268
     66     - moved drawing circles to MStarguider
     67
     68   * main/MCosy.[h,cc]:
     69     - moved big parts of the code to MPointing and MTracking
     70     - removed old conversion constants (Se to RE, etc) and
     71       replaced by more meaningful ones
     72     - prepare displaying starguider image
     73     - added GetFileName to globally prepare correct file names
     74
     75   * main/MPointing.cc:
     76     - fixed missing SetDecelaration
     77     - changed to new unit conversion constants
     78     - Use SendStatus instead of Send
     79
     80   * main/MStarguider.cc:
     81     - added update and support of cosy-image display
     82     - added channel swicthing for the frame grabber
     83     - added algorithm to find star position FindStar
     84     - commented out starguider algorithms
     85     - draw support lines and grid stuff
     86
     87   * main/MTracking.[h,cc]:
     88     - changed to new unit conversion constants
     89     - added output of RE stuff to report file
     90     - some simplification to tracking thread
     91
     92   * base/MString.[h,cc]:
     93     - added as a thread safe replacement for Form()
     94
     95   * tcpip/MCeCoCom.[h,cc]:
     96     - changed support for Weather information
     97
     98   * tcpip/MDriveCom.[h,cc]:
     99     - changed output
     100     - added SendStatus
     101
     102   * tcpip/MTcpIpIO.cc:
     103     - changed output
     104     - output reports to report file
     105
     106   * tpoint/gui.C:
     107     - read new starg_* files
     108
     109   * videodev/Camera.[h,cc]:
     110     - some enhancements to ioctl call
     111     - some changes to output
     112     - changes a bit the bahaviour of mutices
     113     - replaced fRunning by mutex
     114     - changes to ExitLoop and IsRunning
     115     - added support for several frame grabber channels
     116
     117   * videodev/FilterLed.[h,cc]
     118     - added new algorithms to find star
     119     - small updates to star finding support
     120
     121   * videodev/PixGetter.h:
     122     - added a virtual empty destructor (IMPORTANT)
     123
     124
     125
    2126 2003/12/29 - Thomas Bretz
    3127
Note: See TracChangeset for help on using the changeset viewer.