Changeset 1371 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- Location:
- trunk/SophyaExt/FitsIOServer
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsautoreader.cc
r1351 r1371 7 7 // objets 8 8 //////////////////////////////////////////////////////////////////// 9 10 /*! 11 \class SOPHYA::FITS_AutoReader 12 \ingroup FitsIOServer 13 FITS reader with automatic mapping on SOPHYA objects. 14 */ 9 15 10 16 FITS_AutoReader::FITS_AutoReader() {InitNull();}; -
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 */ -
trunk/SophyaExt/FitsIOServer/fitslocalmap.cc
r1351 r1371 5 5 // pout LocalMap 6 6 /////////////////////////////////////////////////////////// 7 8 /*! 9 \class SOPHYA::FITS_LocalMap 10 \ingroup FitsIOServer 11 FITS format I/O handler for SOPHYA::LocalMap objects. 12 */ 7 13 8 14 using namespace SOPHYA; -
trunk/SophyaExt/FitsIOServer/fitsntuple.cc
r1300 r1371 11 11 12 12 13 /*! 14 \class SOPHYA::FITS_NTuple 15 \ingroup FitsIOServer 16 FITS format I/O handler for SOPHYA::NTuple objects. 17 */ 13 18 14 19 FITS_NTuple::FITS_NTuple() -
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r1353 r1371 10 10 // SphereHealpix 11 11 //////////////////////////////////////////////////////////////////// 12 13 /*! 14 \class SOPHYA::FITS_SphereHEALPix 15 \ingroup FitsIOServer 16 FITS format I/O handler for SOPHYA::SphereHEALPix objects. 17 */ 12 18 13 19 -
trunk/SophyaExt/FitsIOServer/fitstarray.cc
r1334 r1371 6 6 // pout TArray 7 7 /////////////////////////////////////////////////////////// 8 9 /*! 10 \class SOPHYA::FITS_TArray 11 \ingroup FitsIOServer 12 FITS format I/O handler for SOPHYA::TArray objects in Sophya. 13 */ 8 14 9 15 using namespace SOPHYA; -
trunk/SophyaExt/FitsIOServer/fitsxntuple.cc
r1352 r1371 5 5 // pout XNTuple 6 6 /////////////////////////////////////////////////////////// 7 8 /*! 9 \class SOPHYA::FITS_XNTuple 10 \ingroup FitsIOServer 11 FITS format I/O handler for SOPHYA::XNTuple objects. 12 */ 7 13 8 14
Note:
See TracChangeset
for help on using the changeset viewer.