| Line | |
|---|
| 1 | #ifndef MARS_MAstroSky2Local
|
|---|
| 2 | #define MARS_MAstroSky2Local
|
|---|
| 3 |
|
|---|
| 4 | #ifndef ROOT_TRotation
|
|---|
| 5 | #include <TRotation.h>
|
|---|
| 6 | #endif
|
|---|
| 7 |
|
|---|
| 8 | class MTime;
|
|---|
| 9 | class MObservatory;
|
|---|
| 10 |
|
|---|
| 11 | class MAstroSky2Local : public TRotation
|
|---|
| 12 | {
|
|---|
| 13 | private:
|
|---|
| 14 | void Init(Double_t gmst, const MObservatory &obs);
|
|---|
| 15 |
|
|---|
| 16 | public:
|
|---|
| 17 | MAstroSky2Local(Double_t gmst, const MObservatory &obs);
|
|---|
| 18 | MAstroSky2Local(const MTime &t, const MObservatory &obs);
|
|---|
| 19 |
|
|---|
| 20 | Double_t RotationAngle(Double_t ra, Double_t dec, Double_t dzd=0, Double_t daz=0) const;
|
|---|
| 21 |
|
|---|
| 22 | ClassDef(MAstroSky2Local, 1) // Rotation Matrix to convert sky coordinates to ideal local coordinates
|
|---|
| 23 | };
|
|---|
| 24 |
|
|---|
| 25 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.