Last change
on this file since 3047 was 3023, checked in by ansari, 19 years ago |
Adaptation modification SophyaInitiator/ enregistrement FitsIOServer + correction fichier include fitsioserver.h - pret pour tag V2 Reza 17/7/2006
|
File size:
549 bytes
|
Rev | Line | |
---|
[1646] | 1 | #ifndef FITSIOSERVER_SEEN
|
---|
| 2 | #define FITSIOSERVER_SEEN
|
---|
| 3 |
|
---|
[3023] | 4 | // Fits wrapper and generic handlers (array/tables)
|
---|
| 5 | #include "fitsinoutfile.h"
|
---|
| 6 | #include "fitsarrhand.h"
|
---|
| 7 | #include "fitshdtable.h"
|
---|
| 8 | #include "fitsmanager.h"
|
---|
| 9 |
|
---|
| 10 | // Old (Pre V2 ) wrappers and handlers
|
---|
[1646] | 11 | #include "fitsfile.h"
|
---|
[3023] | 12 |
|
---|
[1646] | 13 | #include "fitsspherehealpix.h"
|
---|
| 14 | #include "fitsntuple.h"
|
---|
[3023] | 15 | // #include "fitsxntuple.h"
|
---|
[1646] | 16 | #include "fitslocalmap.h"
|
---|
[3023] | 17 |
|
---|
| 18 | // Classes read/write utilitaires a la cmv
|
---|
[1646] | 19 | #include "fbtntintf.h"
|
---|
| 20 |
|
---|
[1952] | 21 | #include "fabtcolread.h"
|
---|
| 22 | #include "fabtwriter.h"
|
---|
| 23 | #include "fboloread.h"
|
---|
| 24 |
|
---|
[1646] | 25 | #endif // FITSIOSERVER_SEEN
|
---|
Note:
See
TracBrowser
for help on using the repository browser.