Changeset 1673 in Sophya for trunk/SophyaExt/FitsIOServer/fabtcolread.h
- Timestamp:
- Oct 6, 2001, 3:23:51 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fabtcolread.h
r1659 r1673 51 51 //! Get the FITS file name 52 52 inline string GetFileName(void) {return FitsFN;} 53 //! Get the FITS file pointer (cfistio pointer) 54 inline fitsfile* GetFitsPointer(void) {return FitsPtr;} 53 55 //! Get the number of HDU in the FITS file 54 56 inline int GetNHDU(void) {return NHdu;}
Note:
See TracChangeset
for help on using the changeset viewer.