Changeset 603 in Sophya for trunk/SophyaExt/FitsIOServer/fitsioserver.h
- Timestamp:
- Nov 19, 1999, 6:33:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsioserver.h
r564 r603 35 35 void load(ImageI4& DpcImg,char flnm[]); 36 36 void load(SphereGorski<float>& sph, char flnm[], int hdunum); 37 void load(SphereGorski<double>& sph, char flnm[], int hdunum); 37 38 void save(TMatrix<double>& mat, char flnm[]); 38 39 void save(NTuple& ntpl,char flnm[]); 39 40 void save(SphericalMap<double>& sph, char flnm[]); 40 41 void save(SphericalMap<float>& sph, char flnm[]); 42 void save(SphereGorski<float>& sph, char filename[]); 43 void save(SphereGorski<double>& sph, char filename[]); 41 44 void save(LocalMap<double>& locm, char flnm[]); 42 45 void save(const ImageR4& DpcImg,char flnm[]); … … 45 48 void sinus_picture_projection(SphericalMap<float>& sph, char flnm[]); 46 49 void Mollweide_picture_projection(SphericalMap<float>& sph, char flnm[]); 50 void Mollweide_picture_projection(SphericalMap<double>& sph, char flnm[]); 47 51 void picture(LocalMap<double>& lcm, char flnm[]); 48 52 … … 60 64 void planck_read_img(char flnm[],long& naxis,int& n1,int& n2,int& n3,DVList& dvl); 61 65 void planck_read_bntbl(char flnm[], int hdunum, int& npixels, DVList& dvl); 66 void planck_write_bntbl(char flnm[], int npixels, char typeOfContent[], char extname[], char comment1[], DVList& dvl); 62 67 void write_picture(long* naxes,float* map,char* filename) const; 63 68 64 void printerror(int status) const;65 69 void printerror(int& status) const; 70 void printerror(int& status, char* texte) const; 66 71 bool check_keyword(fitsfile*,int,char keyword[]); 67 72
Note:
See TracChangeset
for help on using the changeset viewer.