Last change
on this file since 3447 was 3054, checked in by cmv, 19 years ago |
Histo,HProf,HistoErr,Histo2D ecriture fits cmv 12/8/2006
|
File size:
573 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"
|
---|
[3054] | 8 | #include "fitshistos.h"
|
---|
[3023] | 9 | #include "fitsmanager.h"
|
---|
| 10 |
|
---|
| 11 | // Old (Pre V2 ) wrappers and handlers
|
---|
[1646] | 12 | #include "fitsfile.h"
|
---|
[3023] | 13 |
|
---|
[1646] | 14 | #include "fitsspherehealpix.h"
|
---|
| 15 | #include "fitsntuple.h"
|
---|
[3023] | 16 | // #include "fitsxntuple.h"
|
---|
[1646] | 17 | #include "fitslocalmap.h"
|
---|
[3023] | 18 |
|
---|
| 19 | // Classes read/write utilitaires a la cmv
|
---|
[1646] | 20 | #include "fbtntintf.h"
|
---|
| 21 |
|
---|
[1952] | 22 | #include "fabtcolread.h"
|
---|
| 23 | #include "fabtwriter.h"
|
---|
| 24 | #include "fboloread.h"
|
---|
| 25 |
|
---|
[1646] | 26 | #endif // FITSIOSERVER_SEEN
|
---|
Note:
See
TracBrowser
for help on using the repository browser.