Changeset 689 in Sophya for trunk/SophyaExt/FitsIOServer/fitsioserver.h
- Timestamp:
- Dec 22, 1999, 5:57:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsioserver.h
r663 r689 11 11 #include "cimage.h" 12 12 #include "dvlist.h" 13 13 #include "anydataobj.h" 14 14 #include <fitsio.h> /* entre <> pour que mkmflib fonctionne correctement */ 15 15 … … 21 21 public : 22 22 23 FitsIoServer() : FITS_tab_typ_(0),i_4tab_(NULL),r_4tab_(NULL),r_8tab_(NULL) {;} 23 FitsIoServer() : FITS_tab_typ_(0),i_4tab_(NULL),r_4tab_(NULL),r_8tab_(NULL) 24 {;} 24 25 ~FitsIoServer() 25 26 { … … 56 57 void Mollweide_picture_projection(SphericalMap<double>& sph, char flnm[]); 57 58 void picture(LocalMap<double>& lcm, char flnm[]); 58 59 60 61 59 void readheader(char flnm[]); 62 60 61 virtual AnyDataObj* loadobj(char flnm[],int hdunum = 1); 62 63 63 private : 64 65 64 66 65 // creer, ecrire une imageformat FITS, a partir des tableaux de donnees 67 66 // dtab_, ftab_ prealablement remplis 68 void planck_write_img(char flnm[],int naxis,int n1,int n2,int n3,DVList &dvl);67 void planck_write_img(char flnm[],int naxis,int n1,int n2,int n3,DVList &dvl); 69 68 70 void planck_read_img(char flnm[], long& naxis,int& n1,int& n2,int& n3,DVList&dvl);69 void planck_read_img(char flnm[],int &naxis,int &n1,int &n2,int &n3,DVList &dvl); 71 70 void planck_read_bntbl(char flnm[], int hdunum, int& npixels, DVList& dvl); 72 71 void planck_write_bntbl(char flnm[], int npixels, char typeOfContent[], char extname[], char comment1[], DVList& dvl);
Note:
See TracChangeset
for help on using the changeset viewer.