Changeset 564 in Sophya for trunk/SophyaExt/FitsIOServer/fitsioserver.h
- Timestamp:
- Nov 10, 1999, 12:14:20 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsioserver.h
r488 r564 5 5 #include "tvector.h" 6 6 #include "sphericalmap.h" 7 #include "spheregorski.h" 7 8 #include "localmap.h" 8 9 #include "ntuple.h" … … 33 34 void load(ImageR4& DpcImg,char flnm[]); 34 35 void load(ImageI4& DpcImg,char flnm[]); 36 void load(SphereGorski<float>& sph, char flnm[], int hdunum); 35 37 void save(TMatrix<double>& mat, char flnm[]); 36 38 void save(NTuple& ntpl,char flnm[]); … … 42 44 void sinus_picture_projection(SphericalMap<double>& sph, char flnm[]); 43 45 void sinus_picture_projection(SphericalMap<float>& sph, char flnm[]); 46 void Mollweide_picture_projection(SphericalMap<float>& sph, char flnm[]); 44 47 void picture(LocalMap<double>& lcm, char flnm[]); 45 48 … … 56 59 57 60 void planck_read_img(char flnm[],long& naxis,int& n1,int& n2,int& n3,DVList& dvl); 61 void planck_read_bntbl(char flnm[], int hdunum, int& npixels, DVList& dvl); 58 62 void write_picture(long* naxes,float* map,char* filename) const; 59 63
Note:
See TracChangeset
for help on using the changeset viewer.