Changeset 1371 in Sophya for trunk/SophyaExt/FitsIOServer/fitsfile.cc
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsfile.cc
r1359 r1371 7 7 #include "fitsspherehealpix.h" 8 8 9 /*! 10 \defgroup FitsIOServer FitsIOServer module 11 This module contains classes which handle FITS format I/O for 12 SOPHYA objects. This module uses cfitsio library. 13 */ 9 14 10 15 void BnTblLine::setFormat(int dc, int fc, int ic, int lc, int bc,int cc, vector<string> names) … … 65 70 /*! 66 71 \class SOPHYA::FitsIOHandler 72 \ingroup FitsIOServer 67 73 The class structure is analogous to Sophya-PPersist system : 68 74 Each SOPHYA object XXX is associated with a object of class FITS_XXX … … 143 149 144 150 145 /*!146 \class SOPHYA::FitsIOHandler147 Class (virtual) for managing FITS format files148 */149 150 151 151 152 … … 204 205 /*! 205 206 \class SOPHYA::FitsInFile 206 207 \ingroup FitsIOServer 207 208 class for reading SOPHYA objects from FITS Format Files (uses cfitsio lib) 208 209 */ … … 1252 1253 /*! 1253 1254 \class SOPHYA::FitsOutFile 1255 \ingroup FitsIOServer 1254 1256 Class for loading SOPHYA objects from FITS Format Files (uses cfitsio lib) 1255 1257 */
Note:
See TracChangeset
for help on using the changeset viewer.