Changeset 482 in Sophya for trunk/SophyaExt/FitsIOServer/fitsioserver.h
- Timestamp:
- Oct 20, 1999, 3:30:37 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsioserver.h
r479 r482 26 26 } 27 27 28 void load(TMatrix<double>& mat, char flnm[]); 29 void load(NTuple& ntpl,char flnm[],int hdunum); 28 30 void load(SphericalMap<double>& sph, char flnm[]); 29 31 void load(SphericalMap<float>& sph, char flnm[]); 30 void load(TMatrix<double>& mat, char flnm[]);31 32 void load(LocalMap<double>& sph, char flnm[]); 33 void load(ImageR4& DpcImg,char flnm[]); 34 void load(ImageI4& DpcImg,char flnm[]); 35 void save(TMatrix<double>& mat, char flnm[]); 36 void save(NTuple& ntpl,char flnm[]); 32 37 void save(SphericalMap<double>& sph, char flnm[]); 33 38 void save(SphericalMap<float>& sph, char flnm[]); 34 39 void save(LocalMap<double>& locm, char flnm[]); 35 void save(TMatrix<double>& mat, char flnm[]); 40 void save(ImageR4& DpcImg,char flnm[]); 41 void save(ImageI4& DpcImg,char flnm[]); 36 42 void sinus_picture_projection(SphericalMap<double>& sph, char flnm[]); 37 43 void sinus_picture_projection(SphericalMap<float>& sph, char flnm[]); 38 44 void picture(LocalMap<double>& lcm, char flnm[]); 39 45 40 void load(NTuple& ntpl,char flnm[],int hdunum);41 void save(NTuple& ntpl,char flnm[]);42 46 43 void load(ImageR4& DpcImg,char flnm[]);44 void save(ImageR4& DpcImg,char flnm[]);45 void load(ImageI4& DpcImg,char flnm[]);46 void save(ImageI4& DpcImg,char flnm[]);47 47 48 48 void readheader(char flnm[]); … … 54 54 // creer, ecrire une imageformat FITS, a partir des tableaux de donnees 55 55 // dtab_, ftab_ prealablement remplis 56 void planck_write_img( fitsfile *fptr,int naxis,int n1,int n2,int n3,DVList& dvl);56 void planck_write_img(char flnm[],int naxis,int n1,int n2,int n3,DVList& dvl); 57 57 58 void planck_read_img( fitsfile *fptr,long& naxis,int& n1,int& n2,int& n3,DVList& dvl);58 void planck_read_img(char flnm[],long& naxis,int& n1,int& n2,int& n3,DVList& dvl); 59 59 void write_picture(long* naxes,float* map,char* filename) const; 60 60
Note:
See TracChangeset
for help on using the changeset viewer.