|
Last change
on this file since 3029 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
|
| Line | |
|---|
| 1 | #ifndef FITSIOSERVER_SEEN
|
|---|
| 2 | #define FITSIOSERVER_SEEN
|
|---|
| 3 |
|
|---|
| 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
|
|---|
| 11 | #include "fitsfile.h"
|
|---|
| 12 |
|
|---|
| 13 | #include "fitsspherehealpix.h"
|
|---|
| 14 | #include "fitsntuple.h"
|
|---|
| 15 | // #include "fitsxntuple.h"
|
|---|
| 16 | #include "fitslocalmap.h"
|
|---|
| 17 |
|
|---|
| 18 | // Classes read/write utilitaires a la cmv
|
|---|
| 19 | #include "fbtntintf.h"
|
|---|
| 20 |
|
|---|
| 21 | #include "fabtcolread.h"
|
|---|
| 22 | #include "fabtwriter.h"
|
|---|
| 23 | #include "fboloread.h"
|
|---|
| 24 |
|
|---|
| 25 | #endif // FITSIOSERVER_SEEN
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.