gastro  0.1.0
 All Classes Files Functions Variables Pages
ccd.h
1 #ifndef CCD__H
2 #define CCD__H
3 
4 
5 #include <starmatch.h>
6 #include <sestar.h>
7 
8 class Gtransfo;
9 
10 
11 class Ccd
12 {
13  private:
14  SEStarList catalog;
15  StarMatchList *sm;
16  Gtransfo *transfo;
17 
18  public:
19  Ccd(const DbImage &Db, const Gtransfo *Wcs);
20 
21 };
22 
23 
24 #endif /* CCD__H */