Changeset 972 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherehealpix.h
- Timestamp:
- Apr 27, 2000, 6:12:10 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.h
r921 r972 29 29 virtual void SetDataObj(AnyDataObj & o); 30 30 31 inline operator SphereHEALPix<T>() { return(*dobj_); }31 inline operator SphereHEALPix<T>() { return(*dobj_); } 32 32 void Read(char inputfile[],int hdunum=2); 33 void Write(char outputfile[], int hdunum=2);33 void Write(char outputfile[], bool Oldfile=false); 34 34 35 35 protected: 36 36 37 virtual void ReadFromFits( constFitsFile& fn);38 virtual void WriteToFits( constFitsFile& fn);37 virtual void ReadFromFits(FitsFile& fn); 38 virtual void WriteToFits(FitsFile& fn); 39 39 SphereHEALPix<T>* dobj_; 40 40 bool ownobj;
Note:
See TracChangeset
for help on using the changeset viewer.