Changeset 1136 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherehealpix.h
- Timestamp:
- Aug 24, 2000, 12:18:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.h
r1047 r1136 17 17 ////////////////////////////////////////////////////////////////////// 18 18 template <class T> 19 class FITS_SphereHEALPix : public Fits File19 class FITS_SphereHEALPix : public FitsIOHandler 20 20 { 21 21 public: … … 30 30 31 31 inline operator SphereHEALPix<T>() { return(*dobj_); } 32 void Read(char inputfile[],int hdunum=2);33 void Write(char outputfile[], bool Oldfile=false);34 32 35 33 protected: 36 34 37 35 //virtual void ReadFromFits(FitsFile& fn); 38 virtual void ReadFromFits( );39 virtual void WriteToFits( );36 virtual void ReadFromFits(FitsInFile& is); 37 virtual void WriteToFits(FitsOutFile& os) ; 40 38 SphereHEALPix<T>* dobj_; 41 bool ownobj ;39 bool ownobj_; 42 40 }; 43 41
Note:
See TracChangeset
for help on using the changeset viewer.