Changeset 605 in Sophya for trunk/SophyaExt/FitsIOServer/fitsioserver.h
- Timestamp:
- Nov 20, 1999, 9:40:13 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsioserver.h
r603 r605 28 28 29 29 void load(TMatrix<double>& mat, char flnm[]); 30 void load(TMatrix<float>& mat, char flnm[]); 31 void load(TMatrix<int_4>& mat, char flnm[]); 30 32 void load(NTuple& ntpl,char flnm[],int hdunum); 31 33 void load(SphericalMap<double>& sph, char flnm[]); … … 34 36 void load(ImageR4& DpcImg,char flnm[]); 35 37 void load(ImageI4& DpcImg,char flnm[]); 36 void load(SphereGorski<float>& sph, char flnm[], int hdunum );37 void load(SphereGorski<double>& sph, char flnm[], int hdunum );38 void load(SphereGorski<float>& sph, char flnm[], int hdunum=2); 39 void load(SphereGorski<double>& sph, char flnm[], int hdunum=2); 38 40 void save(TMatrix<double>& mat, char flnm[]); 41 void save(TMatrix<float>& mat, char flnm[]); 42 void save(TMatrix<int_4>& mat, char flnm[]); 39 43 void save(NTuple& ntpl,char flnm[]); 40 44 void save(SphericalMap<double>& sph, char flnm[]);
Note:
See TracChangeset
for help on using the changeset viewer.