source: trunk/MagicSoft/Cosy/Changelog@ 8839

Last change on this file since 8839 was 8839, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 22.0 KB
Line 
1 -*-*- END -*-*-
2
3 2008/01/30 Thomas Bretz
4
5 * candrv/sdolist.cc:
6 - use the ?: operator instead of a cast
7
8 * gui/GuiIncl.h:
9 - removed obsolete coord.h
10
11 * gui/MGCoordinates.h:
12 - added include of MPointing instead of forward declaration of class XY
13
14 * gui/MGCosy.cc:
15 - revised includes
16 - added some manipulators
17
18 * main/MStarguider.cc:
19 - revised includes
20
21 * main/MCosy.[h,cc]:
22 - chnaged some manipulators
23 - adapted calls to consructors of Macs and ShaftEncoders
24
25
26
27 2008/01/27 Thomas Bretz
28
29 * .rootrc:
30 - updated to the one of Mars
31
32 * macros/dohtml.C:
33 - added
34
35
36
37 2008/01/24 Thomas Bretz
38
39 * telesto.cc, tpoint/Makefile, tpoint/TPointLinkDef.h, tpoint/skull.xpm,
40 tpoint/TPointIncl.cc, TPointStar.[h,cc], TPointGui.[h,cc]:
41 - added
42
43 * candrv/nodedrv.cc:
44 - changed NodeGuard to new Thread model
45
46 * gui/MGCosy.cc:
47 - replaced usage of old MG*Menu classes by the corresponding basic
48 root classes
49 - use root's cleanup facility indstead of MGList where possible
50 - SetOwner of fList to ensure a real cleanup
51 - Prepare for changes in the coordinate classes
52
53 * main/MSlewing.cc, main/MTracking.cc:
54 - added modifiers to log-stream
55 - prepared for the changes in the coordinate classes
56
57 * main/MStarguider.cc:
58 - replaced MG*Menu classes by the corresponding root classes
59 - use root's cleanup facility
60 - SetOwner of the fList
61
62 * base/coord.h:
63 - removed coordinate classes, replaced by new classes from MPointing.h
64 (they are basically identical by now in libmars.so and derived from
65 TVector2)
66
67 * base/msgqueue.[h,cc]:
68 - simplified the scheme of the message queue using a single thread
69 - now the default is that new messages override pending ones
70 - the development is based on debugging with valgrind
71 - the aim is more stability due to simplification
72 - uses new threading scheme
73
74 * macros/rootlogon.C:
75 - improved
76
77 * Makefile:
78 - added telesto
79 - added inlcude directories
80 - renamed cosy.so to libcosy.so
81
82 * base/MThread.[h,cc]:
83 - implemented new Threading classe(s) -- still to be revised!
84 (should be made part of Mars finally!)
85
86 * candrv/vmodican.[h,cc]:
87 - adapted to new threading scheme
88 - replaced lout by gLog
89 - removed cast from third argument in ioctl (complains from a
90 64bit debugger)
91 - removed HandleMessage (now it is one level up -- that's not logical
92 but just simple)
93 - the same applies to SendCanFrame and MsgDescr
94 - thread is not detached anymore
95
96 * videodev/Camera.[h,cc]:
97 - for the moment the Camera class is removed from the root dictionary
98 - changed to new threading class
99 - thread doesn't run detached anymore
100 - the Camera control is now based on the new MVideo-class
101 - a lot of code has been moved to the new MVideo class
102 - we also support (as a hack for tests) color cameras with different
103 field-of-views
104 - simplified and improved the logic of the loop based on valgrinds output
105
106 * videodev/VideodevLinkDef.h:
107 - removed Camkera from dictionary
108
109 * main/MCosy.[h,cc]:
110 - replaced kDeg2Rad and kRad2Deg by TMath
111 - replaced lout by gLog
112 - made a few changes for the new coordinate classes
113 - added cancel points to thread where possible
114 - changed to new threading classes
115 - thread doesn't run detached anymore
116
117 * candrv/nodedrv.[h,cc], devdrv/macs.[h,cc], devdrv/shaftencoder.[h,cc],
118 candrv/network.[h,cc]:
119 - changed from lout to gLog
120 - added maipulators
121 - removed MLog from the constructor
122
123
124
125 2008/01/19 Thomas Bretz
126
127 * cosy.cc:
128 - gave cosy a typical Mars-like implementation
129 - added thread and memory debugging
130 - changed lout to gLog
131 - fixed the problem with TApplication in the gui classes, thus it could
132 now be instantiated as object
133
134 * devdrv/shaftencoder.cc:
135 - mainly cosmetics
136 - added some initializations suggested by valgrind
137
138 * gui/MGCosy.h:
139 - removed obsolete forward declaration of TGMenuBar
140
141 * gui/MGEmbeddedCanvas.[h,cc]:
142 - some cosmetics
143 - correctly replaced ForEach by R__FOR_EACH
144
145 * main/MStarguider.[h,cc]:
146 - use root's own cleanup facility where possible
147 - set the owenership to fList to ensure deletion
148 - use a simple way to cascade the menues
149 - replace MG*Menu by TG*Menu
150 - improved the switching of the starguider channels. Especially
151 no recreation of the object is done if not necessary
152
153
154
155 2008/01/18 Thomas Bretz
156
157 * base/Makefile:
158 - cosmetics
159
160 * catalog/SlaStars.cc, catalog/Slalib.cc, catalog/StarCatalog.h,
161 gui/MGSkyPosition.cc:
162 - replaced kRad2Deg by TMath::RadToDeg()
163 - replaced kDeg2Rad by TMath::DegToRad()
164 - replaced kPiDiv2 by TMath::Pi()/2
165
166 * main/MCaos.cc:
167 - replaced cout by gLog and use color coding
168 - replaced coord.h by MPointing.h
169
170
171
172 2008/01/16 Thomas Bretz
173
174 * gui/MGMenu.[h,cc]:
175 - removed
176
177 * Makefile, Makefile.conf.general, Makefile.conf.linux,
178 Makefile.rules, caos/Makefile, catalog/Makefile,
179 devdrv/Makefile, gui/Makefile, main/Makefile,
180 slalib/Makefile, tcpip/Makefile, videodev/Makefile:
181 - changed all Makefiles to the Mars Makefile style for better
182 performance, maintanance and reliability
183 - some updates for future code
184
185 * videodev/CaosFilter.h, videodev/FilterLed.h, videodev/PixClient.h,
186 videodev/PixGetter.h, videodev/Writer.h, candrv/sdolist.h:
187 - added virtual destructor as suggested by gcc 4
188
189 * devdrv/macs.[h,cc], devdrv/shaftencoder.[h,cc], candrv/canopen.[h,cc],
190 candrv/network.[h,cc], candrv/nodedrv.[h,cc]:
191 - replaced timeval_t* by a const reference in all arguments of
192 member functions
193
194 * gui/MGEmbeddedCanvas.cc:
195 - replaced C-style includes (iostream.h) with C++ style (iostream)
196
197 * videodev/FilterLed.cc:
198 - initialized fImg as suggested by valgrind
199
200 * candrv/canopen.cc, candrv/network.cc, main/MTracking.cc,
201 main/MPpointing.cc, tcpip/MTcpIpIO.cc:
202 - replaced the lout-logging by gLog
203
204 * candrv/canopen.[h,cc]:
205 - derive from a generalized base class (Interface) now instead of
206 the specialized VmodIcan interface class
207 - added member function to start and stop the underlaying interface
208 - moved the RawCan handling function from VModIcan here
209 (HandleMessage)
210
211 * candrv/network.[h,cc]:
212 - start interface via CanOpen::Start and stop it via CanOpen::Stop
213 - removed obsolete arguments from constructor
214 - initialize fNodes and fNodeInitialized as suggested by valgrind
215
216 * gui/MGCoordinate.cc:
217 - SetOwner of fList to make sure that all gui object are properly deleted
218 - initialize the "label"-pointer as suggested by valgrind
219
220 * gui/MGCosy.h:
221 - removed obsolete forward class declaration of TGMenuBar
222
223 * gui/MGCoordinate.cc, gui/MGPngReader.cc
224 - SetOwner of fList to make sure that all gui object are properly deleted
225
226 * main/MTracking.[h,cc]:
227 - use new threading model (uses RunThread and CancelThread instead of
228 Start Stop)
229 - changed return code of Thread from void* to Int_t#
230 - replaced chacking the HasStopFlag by TThread::CancelPoint calls
231 - renamed MPointing to MSlewing to get rid of a namespace conflic
232 with Mars' MPointing
233
234 * main/MainLinkDef.h:
235 - added the missing + for MCosy and MTracking
236 - replaced MPointing by MSlewing
237
238 * main/MPointing.[h,cc]:
239 - renamed class to MSlewing
240 - removed
241
242 * main/MSlewing.[h,cc]:
243 - added
244
245 * tcpip/MTcpIpIO.[h,cc]:
246 - splitted MTcpIpIO into two base classes, one for input, one for output
247 - made the ports an argument
248 - derived from new threading class
249 - also added a static function to send a frame over a exclusively
250 opened port
251 - replaced old HasStopFlag by new IsThreadCanceled (this is used
252 instead of a CancelPoint to ensure correct cleanup)
253
254 * tcpip/MDriveCom.h:
255 - updated constructor
256
257
258
259 2008/01/14 Thomas Bretz
260
261 * tpoint/gui.C:
262 - added individual reset buttons
263
264
265
266 2008/01/09 Thomas Bretz
267
268 * tpoint/gui.C:
269 - some small improvements
270
271
272
273 2007/06/06 Thomas Bretz
274
275 * tpoint/*:
276 - added new tpoint files
277 - added starguider tpoint files
278 - cleaned up the tpoints from errorneous detections
279
280 * tpoint/gui.C:
281 - added option to read collections
282 - added new button to reread tpoints
283
284
285
286 2007/06/06 Markus Meyer
287
288 * tpoint/:
289 - added tpoint files from Jan. 2007 to June 2007
290
291
292
293 2007/03/14 Thomas Bretz
294
295 * bend.cc, cosy.cc, starg.cc, testse.cc, base/MStarList.cc,
296 base/MThread.cc, base/log.h, base/msgqueue.cc, candrv/nodedrv.cc,
297 candrv/sdolist.cc, catalog/SlaPlanets.cc, catalog/Slalib.cc,
298 catalog/StarCatalog.cc, gui/MGAccuracy.cc, gui/MGCoordinate.cc,
299 gui/MGCoordinates.cc, gui/MGCosy.cc, gui/MGNumStars.cc,
300 gui/MGSkyPosition.cc, main/MBending.cc, main/MStargHistograms.cc,
301 base/coord.h, main/MCaos.cc, main/MCosy.cc, main/MPointing.cc,
302 main/MStarguider.cc, main/MTracking.cc, videodev/FilterLed.cc,
303 videodev/PixClient.cc, videodev/PngReader.cc, videodev/Writer.cc:
304 - replaced obsolete .h by C++ headers
305 - added namespace std
306
307 * base/MStarList.h:
308 - fixed warnings about overwriting of Delete
309
310 * base/MStopwatch.h, gui/MGCoordinate.h, gui/MGCoordinates.h,
311 main/MStarguider.h:
312 - fixed warning about overwriting of Print()
313
314 * base/MTimeout.cc, candrv/nodedrv.cc, devdrv/macs.cc,
315 tcpip/MCeCoCom.cc:
316 - fixed default argument in declaration
317
318 * catalog/StarCatalog.cc, gui/MGAccuracy.cc, main/MCaos.[h,cc],
319 main/MCosy.cc, main/MPointing.cc, main/MStarguider.cc,
320 main/MTracking.cc:
321 - fixed a type problem (int instead of double)
322
323 * gui/MGCoordinate.cc, gui/MGCosy.cc:
324 - fixed a warning about double declaration
325
326 * tcpip/MCeCoCom.h:
327 - renamed Send to SendRep
328
329 * tcpip/MDriveCom.cc:
330 - replaced Send by SendRep
331
332 * tcpip/MTcpIpIO.cc:
333 - added missing return
334
335
336
337 2006/11/01 Thomas Bretz
338
339 * tpoint/gui.C:
340 - added the horizon
341 - got rid of a warning about a TGraph with 0 points in case
342 the tpoint-file didn't contain magnitudes.
343
344
345
346 2006/07/18 Thomas Bretz
347
348 * base/MStar.h:
349 - fixed a really stupid bug in the constructor, which automatically
350 converted the magnitudes into ints.
351
352
353
354 2006/07/16 Thomas Bretz
355
356 * leds.txt:
357 - new values
358
359 * gui/MGCoordinate.cc:
360 - increased size of output text to display sign
361
362 * gui/MGCosy.cc:
363 - named MACS correctly MACS
364
365 * gui/MGNumStars.cc:
366 - changed color for correlated stars from magenta to cyan
367
368 * main/MStarguider.cc:
369 - changed starguider angle to -0.2
370 - changed pixsize to 48.9
371 - update num stars only if starguider is switched on
372 - removed bug which caused the rotation angle in fact to
373 be always 0
374 - reimplemented the algorithm which only takes the n-th brightest
375 stars from the catalog if n is the number of detected stars
376 (otherwise the catalog might be so crowded with stars that
377 one spot is correlated with many catalog stars)
378 - decreased the search region for the LEDs
379 - some things are not done anymore if not necesarry
380
381 * videodev/FilterLed.[h,cc]:
382 - cleaned up
383 - changed the interface of the ClusterFinder slightly to
384 allow it beeing used for the TPoint spot of the star
385
386
387
388 2006/07/16 Daniela Dorner
389
390 * main/MStarguider.[h,cc]:
391 - improvement in showing/hiding of parts of the display in the starguider
392 window
393
394
395
396 * main/MStarguider.cc:
397 - fixed bug in setting menu entry for limiting magnitude
398
399
400
401 2006/07/14 Thomas Bretz (La Palma)
402
403 * stargleds.txt:
404 - changed positions slightly
405
406 * gui/GuiLinkDef.h, gui/Makefile:
407 - added MGNumStars
408
409 * gui/MGStars.[h,cc]:
410 - addde
411
412 * gui/MGAccuracy.[h,cc], gui/MGStarg.[h,cc]:
413 - unified
414 - slight changes to layout
415
416 * gui/MGCoordinate.[h,cc], MGCoordinated.[h,cc]:
417 - added a new mode which allows to suppress the title
418
419 * gui/MGCosy.[h,cc]:
420 - added new status box (armed) currently switched on by default
421 - adapted to changes in MGAccuracy
422 - disallow changing the size of the window
423
424 * main/MCaos.cc:
425 - removed an obsolete Print()
426
427 * main/MCosy.cc:
428 - fixed the name of the log-files (2006 instead of 06)
429
430 * main/MStarguider.[h,cc]:
431 - implemented new socket to send triggers to Amc (port 7307)
432 - changed standard limiting magnitude from 7.0 to 9.0
433 - changed layout of display to implement new canvas
434 displaying the number of detected and correlated stars
435 - adapted to changes in MGStarg
436 - added box to change cleaning level of starguider window
437 - set default rotation angle to -0.4deg
438 - disallow changing of window size
439 - CalcTrackingError: check first the number of detected spots
440 and afterwards the number of found catalog stars
441 - CalcTrackingError: just try to correlate all spots with all stars
442 - decreased box size of LED box in starguider mode
443 - replaced circles around starguider pointing position by
444 camara size hexagons
445 - do not show the starguider pointing position if less than three
446 stars could be correlated
447
448 * tcpip/MTcpIpIO.cc:
449 - fixed a comparison between "signed and unsigned"
450
451 * videodev/FilterLed.[h,cc]:
452 - implemented DrawHexagon based on MGMap::DrawHexagon
453 - renamed *Circle to *Box
454 - replaced old algorithm to find stars in starguider mode (and
455 LEDs) by a new ClusterFinder class
456 - needs more maintanance!
457
458
459
460 2006/07/11 Thomas Bretz (La Palma)
461
462 * Makefile:
463 - changed to support linking with the libmars.so instead
464 of compiling a lot of stuff itself
465
466 * Makefile.conf.general:
467 - added -DMARSVER
468
469 * base/BaseLinkDef.h:
470 - removed the now obsolete pragma
471
472 * base/Makefile
473 - removed the now obsolete files
474
475 * candrv/Makefile, caos/Makefile, catalog/Makefile,
476 videodev/Makefile, devdrv/Makefile, gui/Makefile,
477 main/Makefile, tcpip/Makefile:
478 - added the new mars include directory
479
480 * caos/Leds.h, caos/Rings.h:
481 - added an overwrite for Print to make the compiler happy
482
483 * catalog/StarCatalog.cc:
484 - small improvements to determination of image border
485 by using min- and max-functions
486
487 * gui/MGCoordinate.cc:
488 - small improvement to layout
489
490 * gui/MGImage.cc:
491 - fixed 16bit-color mode. The encoding was just wrong
492
493 * videodev/Camera.cc:
494 - unlock the tread after the broadcast. The reason why it
495 is neccessary in root 4.04/02g to make cosy work is
496 unknown. Anyhow it makes switching the cameras more robust
497
498 * cosy.cc:
499 - updated writing log-files
500 - implemented sanity check for batch mode
501
502 * gui/MGAccuracy.cc, gui/MGStarg.cc:
503 - use GetabsDev from MAstro
504 - scale azimuth deviation to real distance on the sky
505
506 * main/MCosy.[h,cc]:
507 - updated writing log-files
508 - do no perfect position in case of move'n'track
509 - implemented WM_PREPS for predefined positions
510 - unified WM_TRACK and WM_GRB
511 - updated GetFileName
512
513 * main/MStarguider.cc:
514 - undef EXPERT
515 - some layout changes
516 - set rotation angle of starguider camera to -0.4deg
517 - unified FindStar and FindStarCircle
518 - updated writing log-files
519 - to calc skycenter the X-offset must be subtracted
520
521 * tcpip/MDriveCom.[h,cc]:
522 - implemented CommandPREPS
523 - implemented CommandARM
524
525 * videodev/FilterLed.[h,cc]:
526 - unified FindStar and FindStarCircle
527 - fixed algorithm FindStarCircle (it was not working for
528 bright stars and didn't take care of the edge of the
529 image!)
530 - fixed a long outstanding bug which accessed some memory
531 outside the image due to a wrong logical condition
532
533
534
535 2006/07/11 Daniela Dorner
536
537 * main/MStarguider.[h,cc]:
538 - implemented function to disable and uncheck an entry in the menu
539
540 * main/MStarguider.cc:
541 - fixed bugs in (un)checking and en/disabeling items
542 - removed not needed if-clauses
543 - rearranged menu
544
545
546
547 2006/07/10 Thomas Bretz (La Palma)
548
549 * slalib/dat.c:
550 - added leap second from 1st January 2006
551
552
553
554 2006/06/29 Thomas Bretz
555
556 * main/MStarguider.cc:
557 - fixed a bug which gave a starguider mispointing which was wrong
558 by the pointing position.
559 - fixed also the position of the displayed rings wrt to the catalog
560 sky
561
562 * catalog/StarCatalog.cc:
563 - replaced some Float_t by Int_t
564
565
566
567 2006/06/28 Thomas Bretz
568
569 * main/MStargHistograms.[h,cc]:
570 - removed Center in units of Zd, Az
571
572 * main/MStarguider.cc:
573 - removed obsolete and dangerous sgcenterzdaz
574 - do not display the sky-centered rings if sky-center is invalid
575 (LEDs not detected)
576 - rais error in this case and send error state to CC
577 - added lower brighness limit of 30
578 - do not write pointingpos.txt and tracking_error.txt anymore
579
580 * caos/Ring.h:
581 - added Setter SetXY
582
583 * catalog/StarCatalog.cc:
584 - fixed that when checking for the region in which stars will
585 be searched only the y- but not the x-offset has been taken into
586 account
587 - added a small region around the region of interest because
588 the catalog position of visible stars might be out of the
589 search region
590 - commented out an obsolete function
591
592
593
594 2006/05/10 Thomas Bretz
595
596 * main/MStarguider.cc:
597 - fixed an error returning the correct value in CalcTrackingError
598 - added new value to Starguider report
599
600 * tcpip/MDriveCom.[h,cc]:
601 - added new value to starguider report
602
603
604
605 2006/03/23 - Daniela Dorner, Thomas Bretz
606
607 * main/MStarguider.[h,cc]:
608 - changed starguider algorithm
609
610
611
612 2006/03/19 - Daniela Dorner
613
614 * main/MStargHistograms.cc:
615 - changed name of tree from CaOs to Starg
616
617 * leds.txt, stargleds.txt:
618 - added new leds
619
620 * main/MCosy.cc:
621 - changed name of tpoint-files, which are written from Cosy, from
622 tpoint*.txt to old-tpoint*.txt
623
624 * main/MStarguider.[h,cc]:
625 - added StarguiderTpoint Button
626 - included 2 new variables to allow for the implementation of
627 StarguiderTpoints
628 - added writing of StarguiderTpoints to the function CalcTrackingError
629 - StarguiderTpoints are written to tpoint/starg_*.txt
630 - Tpoints are wriiten to tpoint/tpoint_*.txt
631 - added pulldown Mode to Menu
632 - cleaned Menu (removed not needed items, rearanged place of items
633 - removed expertmode
634 - implemented Tpoint- and Starguider-Mode (switches all needed item)
635 put some code into functions therefor
636 - implemented releasing of button, if no tpoint can be taken
637 - fixed small bugs in (un)checking items
638 - removed starguider analyis (writing root-files) from starguider mode to
639 stabilize the code
640 - added 'fGetter->ExitLoop()' before each 'delete fGetter'
641 - added SetDirectory(0) for histogram in starguider
642
643
644
645 2006/03/11 - Daniela Dorner
646
647 * tpoint/bending051124.txt:
648 - added
649
650
651
652 2005/08/29 - Daniela Dorner
653
654 * main/MStarguider.cc, tcpip/MDriveCom.[h,cc]:
655 - added to variables to the Starguider report
656
657
658
659 2005/08/22 - Thomas Bretz
660
661 * candrv/nodedrv.cc, main/MTracking.cc:
662 - fixed usage of MTime (MTime(-1) instead of MTime())
663
664
665
666 2005/08/22 - Thomas Bretz
667
668 * caos/Ring.[h,cc]:
669 - added a sanity check for the case a led entry == NULL
670
671 * caos/Rings.[h,cc]:
672 - code cleanup
673 - added a sanity check to CalcRings
674
675 * devdrv/shaftencoder.h:
676 - added new member function GetPosDirCorrected
677 - added new member function GetOffsetDirCorrected
678
679 * main/MStarguider.cc:
680 - set number of minimum required LEDs for the ring calculation
681 to 3. With two LEDs you can NEVER calculate a ring!
682 - added another sanity check in FindStars
683
684 * main/MTracking.cc:
685 - replaced ?:-operators by new functions Get*DirCorrected
686 - made sure that if both directions have changed the reset
687 really causes the correct values to be used immediatly!
688 - added some code for future use
689
690
691
692 2005/07/28 - Florian Goebel
693
694 * videodev/FilterLed.[cc,h]
695 - add GetMeanPositionCircle and FindStarCircle
696
697 * devdrv/shaftencoder.[cc,h]
698 - add: fDirHasChanged, fDirChangedPos, fDirChangedOffset,
699 fDirection, fHysteresisPos, fHysteresisNeg
700
701 * main/MCosy.cc
702 - set faster acceleration and Velocity parameters in TrackPositionGRB
703
704 * main/MPointing.cc
705 - correct bug which always set speed to LO-SPEED
706
707 * main/MStarguider.[cc,h]
708 - add new Popup "Operation" (functionality is not ready yet)
709 - add new procedure: FindRoqueLamp
710 - in MStarguider::FindStar now use Leds::FindStarCircle
711 (instead of Leds::FindStar)
712
713 * main/MTracking.cc
714 - calculate DirHasChanged etc.
715
716
717
718 2005/04/11 - Thomas Bretz
719
720 * main/MTracking.cc:
721 - allow to send velocity and request position twice
722 - enhanced some debugging output
723
724 * candrv/network.[h,cc]:
725 - implemented PrintError
726
727 * candrv/nodedrv.[h,cc]:
728 - implemented new argument (zombie) to WaitForSdo which allows
729 to mark a missing CANbus message as non-critical
730
731
732
733 2005/03/21 - Thomas Bretz
734
735 * tcpip/MDriveCom.[h,cc]:
736 - added a missing white space behind the brightness and
737 fixed the wrong units of Zd/Az in the starguider report
738
739
740
741 2005/03/17 - Thomas Bretz
742
743 * main/MCosy.[h,cc]:
744 - implemented WM_GRB and TrackPositionGRB for GRB mode
745
746 * main/MStarguider.cc:
747 - added 'status' to FINDSTAR-REPORT
748 - send STARG-REPORT only if Starguider is switched on
749 - enhanced output in starguider report
750
751 * tcpip/MCeCoCom.cc:
752 - tried to backengineer the CC-REPORT because it is not documented
753 in the CC TDAS
754 - changed critical values for windspeed from 10/20/30 to 30/40/50
755
756 * tcpip/MDriveCom.[h,cc]:
757 - implemented handling of GRB command
758 - enhanced SendStargReport. Starguider Report now:
759 misszd[%05.3f] missaz[%05.3f]
760 nomzd[%c %03d %02d %03d] nomaz[%c %03d %02d %03d]
761 centerx[%05.1f] centery[%05.1f] n[%04d]
762 bright[%03.1f] mjd[%12.6f]
Note: See TracBrowser for help on using the repository browser.