Changeset 854 in Sophya for trunk/SophyaExt/FitsIOServer/fitsioserver.h
- Timestamp:
- Apr 10, 2000, 3:02:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsioserver.h
r838 r854 3 3 4 4 #include "machdefs.h" 5 #include "tvector.h" 6 #include "sphericalmap.h" 7 #include "spherehealpix.h" 8 #include "localmap.h" 5 #include "array.h" 6 #include "skymap.h" 9 7 #include "ntuple.h" 10 //#include "outilsinit.h"11 8 #include "cimage.h" 12 #include "dvlist.h"13 #include "anydataobj.h"14 9 #include "FitsIO/fitsio.h" 15 10 … … 39 34 void load(ImageR4& DpcImg,char flnm[]); 40 35 void load(ImageI4& DpcImg,char flnm[]); 41 void load(SphereH ealpix<float>& sph, char flnm[], int nth=1);42 void load(SphereH ealpix<double>& sph, char flnm[], int nth=1);43 void load(SphereH ealpix<double>& sph1,SphereHealpix<double>& sph2,SphereHealpix<double>& sph3, char filename[]);44 void load(SphereH ealpix<float>& sph1,SphereHealpix<float>& sph2,SphereHealpix<float>& sph3, char filename[]);36 void load(SphereHEALPix<float>& sph, char flnm[], int nth=1); 37 void load(SphereHEALPix<double>& sph, char flnm[], int nth=1); 38 void load(SphereHEALPix<double>& sph1,SphereHEALPix<double>& sph2,SphereHEALPix<double>& sph3, char filename[]); 39 void load(SphereHEALPix<float>& sph1,SphereHEALPix<float>& sph2,SphereHEALPix<float>& sph3, char filename[]); 45 40 void save(TMatrix<double>& mat, char flnm[]); 46 41 void save(TMatrix<float>& mat, char flnm[]); … … 54 49 // so veut sauver par exemple 3 spheres, on appelle 3 fois save 55 50 // avec respectivement nth=1, 2, 3 56 void save(SphereH ealpix<float>& sph, char filename[], int nth=1);57 void save(SphereH ealpix<double>& sph, char filename[], int nth=1);51 void save(SphereHEALPix<float>& sph, char filename[], int nth=1); 52 void save(SphereHEALPix<double>& sph, char filename[], int nth=1); 58 53 59 void save(SphereH ealpix<double>& sph1,SphereHealpix<double>& sph2,SphereHealpix<double>& sph3, char filename[]);60 void save(SphereH ealpix<float>& sph1,SphereHealpix<float>& sph2,SphereHealpix<float>& sph3, char filename[]);54 void save(SphereHEALPix<double>& sph1,SphereHEALPix<double>& sph2,SphereHEALPix<double>& sph3, char filename[]); 55 void save(SphereHEALPix<float>& sph1,SphereHEALPix<float>& sph2,SphereHEALPix<float>& sph3, char filename[]); 61 56 void save(const LocalMap<double>& locm, char flnm[]); 62 57 void save(const ImageR4& DpcImg,char flnm[]);
Note:
See TracChangeset
for help on using the changeset viewer.