Ignore:
Timestamp:
Nov 20, 1999, 9:40:13 PM (26 years ago)
Author:
ansari
Message:

Extension + Bugs FitsIO - Reza 20/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsioserver.h

    r603 r605  
    2828
    2929 void load(TMatrix<double>& mat, char flnm[]);
     30 void load(TMatrix<float>& mat, char flnm[]);
     31 void load(TMatrix<int_4>& mat, char flnm[]);
    3032 void load(NTuple& ntpl,char flnm[],int hdunum);
    3133 void load(SphericalMap<double>& sph, char flnm[]);
     
    3436 void load(ImageR4& DpcImg,char flnm[]);
    3537 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);
    3840 void save(TMatrix<double>& mat, char flnm[]);
     41 void save(TMatrix<float>& mat, char flnm[]);
     42 void save(TMatrix<int_4>& mat, char flnm[]);
    3943 void save(NTuple& ntpl,char flnm[]);
    4044 void save(SphericalMap<double>& sph, char flnm[]);
Note: See TracChangeset for help on using the changeset viewer.