Changeset 8847 for trunk/MagicSoft/Cosy/main
- Timestamp:
- 01/31/08 13:58:30 (17 years ago)
- Location:
- trunk/MagicSoft/Cosy/main
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MStargHistograms.cc
r8376 r8847 13 13 14 14 #include "MTime.h" 15 #include "MPointing.h" 15 16 16 17 #include "Led.h" … … 20 21 #include "FilterLed.h" 21 22 #include "MStarList.h" 22 23 #include "coord.h"24 23 25 24 using namespace std; -
trunk/MagicSoft/Cosy/main/MStargHistograms.h
r7764 r8847 40 40 MStargHistograms() : fFile(NULL) 41 41 { 42 43 }44 45 ~MStargHistograms()46 {47 48 42 } 49 43 … … 51 45 Ring ¢er, /*ZdAz ¢erzdaz,*/ ZdAz &star, Double_t bright, 52 46 const ZdAz &pos, const MTime &t); 53 47 54 48 void OpenFile(); 55 49 void CloseFile(); -
trunk/MagicSoft/Cosy/main/MStarguider.cc
r8838 r8847 39 39 #include "MGImage.h" 40 40 #include "MGCoordinates.h" 41 42 #include "coord.h"43 41 44 42 #include "Camera.h" -
trunk/MagicSoft/Cosy/main/MTracking.h
r8843 r8847 1 1 #ifndef COSY_MTracking 2 2 #define COSY_MTracking 3 4 #include "coord.h"5 3 6 4 #ifndef COSY_MSlewing … … 12 10 #endif 13 11 12 class RaDec; 14 13 class SlaStars; 15 14
Note:
See TracChangeset
for help on using the changeset viewer.