Ignore:
Timestamp:
01/19/08 13:05:23 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/main/MStarguider.h

    r8377 r8821  
    44#include "PixClient.h"
    55#include "MGImage.h"
    6 #include "coord.h"
     6
     7#include "MPointing.h"
    78
    89#ifndef MARS_MObservatory
     
    2425class TTimer;
    2526
    26 class MGMenuBar;
    27 class MGPopupMenu;
     27class TGMenuBar;
     28class TGPopupMenu;
    2829class TGTextEntry;
    2930
     
    5354    MGList        *fList;
    5455
    55     MGMenuBar     *fMenu;
     56    TGMenuBar     *fMenu;
    5657    MGImage       *fImage;
    5758    MGImage       *fZoomImage;
     
    6061    MGNumStars    *fGNumStars;
    6162
    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;
    7980
    8081    MGCoordinates *fCRaDec;
     
    133134
    134135    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);
    137138    void ToggleStargAnalysis();
    138139    void ToggleFindStar();
    139140    void ToggleStarguider();
    140141    void ToggleCaosFilter();
     142    void SetChannel();
    141143    //void GetCoordinates();
    142144    Int_t CalcTrackingError(Leds &, MStarList &, ZdAz &, MTime &, double &bright, Int_t &num);
     
    145147    bool Interpolate(const unsigned long n, byte *img) const;
    146148
    147     XY FindRoqueLamp(FilterLed &f, FilterLed &f2, Ring &CameraCenter, MTime &t, 
    148                      Double_t cut, Int_t box, XY SearchCenter);
     149    XY FindRoqueLamp(FilterLed &f, FilterLed &f2, Ring &CameraCenter, MTime &t,
     150                     Double_t cut, Int_t box, XY SearchCenter);
    149151
    150152    ZdAz FindStar(FilterLed &f, FilterLed &f2, Ring &center, MTime &t,
Note: See TracChangeset for help on using the changeset viewer.