Changeset 8821 for trunk/MagicSoft/Cosy/main/MStarguider.h
- Timestamp:
- 01/19/08 13:05:23 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MStarguider.h
r8377 r8821 4 4 #include "PixClient.h" 5 5 #include "MGImage.h" 6 #include "coord.h" 6 7 #include "MPointing.h" 7 8 8 9 #ifndef MARS_MObservatory … … 24 25 class TTimer; 25 26 26 class MGMenuBar;27 class MGPopupMenu;27 class TGMenuBar; 28 class TGPopupMenu; 28 29 class TGTextEntry; 29 30 … … 53 54 MGList *fList; 54 55 55 MGMenuBar *fMenu;56 TGMenuBar *fMenu; 56 57 MGImage *fImage; 57 58 MGImage *fZoomImage; … … 60 61 MGNumStars *fGNumStars; 61 62 62 MGPopupMenu *fDisplay;63 MGPopupMenu *fMode;64 MGPopupMenu *fWritePictures;65 MGPopupMenu *fFileType;66 MGPopupMenu *fWriteType;67 MGPopupMenu *fWriteRate; 68 MGPopupMenu *fInterpol;69 MGPopupMenu *fSetup;70 MGPopupMenu *fLimMag;71 MGPopupMenu *fChannel;72 73 MGPopupMenu *fOperations;74 75 MGPopupMenu *fCaosWrite;76 MGPopupMenu *fCaosPrint;77 MGPopupMenu *fCaosAnalyse;78 MGPopupMenu *fCaOs;63 TGPopupMenu *fDisplay; 64 TGPopupMenu *fMode; 65 TGPopupMenu *fWritePictures; 66 TGPopupMenu *fSetup; 67 TGPopupMenu *fOperations; 68 69 TGPopupMenu *fFileType; 70 TGPopupMenu *fWriteType; 71 TGPopupMenu *fWriteRate; 72 TGPopupMenu *fInterpol; 73 TGPopupMenu *fLimMag; 74 TGPopupMenu *fChannel; 75 76 TGPopupMenu *fCaosWrite; 77 TGPopupMenu *fCaosPrint; 78 TGPopupMenu *fCaosAnalyse; 79 TGPopupMenu *fCaOs; 79 80 80 81 MGCoordinates *fCRaDec; … … 133 134 134 135 void SetPixSize(const double pixsize); 135 void Toggle( MGPopupMenu *p, UInt_t id);136 void SwitchOff( MGPopupMenu *p, UInt_t id);136 void Toggle(TGPopupMenu *p, UInt_t id); 137 void SwitchOff(TGPopupMenu *p, UInt_t id); 137 138 void ToggleStargAnalysis(); 138 139 void ToggleFindStar(); 139 140 void ToggleStarguider(); 140 141 void ToggleCaosFilter(); 142 void SetChannel(); 141 143 //void GetCoordinates(); 142 144 Int_t CalcTrackingError(Leds &, MStarList &, ZdAz &, MTime &, double &bright, Int_t &num); … … 145 147 bool Interpolate(const unsigned long n, byte *img) const; 146 148 147 XY FindRoqueLamp(FilterLed &f, FilterLed &f2, Ring &CameraCenter, MTime &t, 148 149 XY FindRoqueLamp(FilterLed &f, FilterLed &f2, Ring &CameraCenter, MTime &t, 150 Double_t cut, Int_t box, XY SearchCenter); 149 151 150 152 ZdAz FindStar(FilterLed &f, FilterLed &f2, Ring ¢er, MTime &t,
Note:
See TracChangeset
for help on using the changeset viewer.