Ignore:
Timestamp:
05/09/09 13:48:12 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/catalog/StarCatalog.h

    r9435 r9439  
    4141
    4242    void   SetRaDec(const RaDec &radec);
    43     void   SetAltAz(const AltAz &altaz);
    4443
    45     int    fBox;
     44    int    fBoxX;
     45    int    fBoxY;
    4646
    4747public:
    4848    StarCatalog(MObservatory::LocationName_t key);
    4949    virtual ~StarCatalog();
     50
     51    void   SetAltAz(const AltAz &altaz);
    5052
    5153    void GetImg(byte *img, byte *cimg, MStarList &list) const;
     
    6567    double GetPixSize() const;
    6668
    67     AltAz CalcAltAzFromPix(Double_t pixx, Double_t pixy) const;
     69    //AltAz CalcAltAzFromPix(Double_t pixx, Double_t pixy) const;
     70    ZdAz  CalcDeltaZdAzFromPix(Double_t pixx, Double_t pixy) const;
    6871
    6972    virtual void SetMjd(double mjd);
     
    7578
    7679    //void   CalcStars(MStarList &list);
    77     void   CalcStars(MStarList &list, int xc, int yc, int xo, int yo) const;
     80    void   CalcStars(MStarList &list, int xc, int yc, float xo, float yo) const;
    7881    static void DrawStars(MStarList &list, byte *img);
    7982
    80     void SetBox(int box)   { fBox = box; }
     83    void SetBox(int box)   { fBoxX = fBoxY = box; }
     84    void SetBox(int boxx, int boxy)   { fBoxX = boxx; fBoxY=boxy; }
    8185
    8286    ClassDef(StarCatalog, 0)
Note: See TracChangeset for help on using the changeset viewer.