Ignore:
Timestamp:
Jan 5, 2001, 6:07:12 PM (25 years ago)
Author:
ansari
Message:

MAJ documentation, Makefile, ... - Reza 5/1/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsfile.cc

    r1359 r1371  
    77#include "fitsspherehealpix.h"
    88
     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*/
    914
    1015void BnTblLine::setFormat(int dc, int fc, int ic,  int lc, int bc,int cc, vector<string> names)
     
    6570/*!
    6671  \class SOPHYA::FitsIOHandler
     72  \ingroup FitsIOServer
    6773The class structure is analogous to Sophya-PPersist system :
    6874Each SOPHYA object XXX is associated with a object of class FITS_XXX
     
    143149
    144150
    145 /*!
    146   \class SOPHYA::FitsIOHandler
    147 Class (virtual) for managing FITS format files
    148 */
    149 
    150151
    151152 
     
    204205/*!
    205206  \class SOPHYA::FitsInFile
    206 
     207  \ingroup FitsIOServer
    207208class for reading  SOPHYA objects from FITS Format Files (uses cfitsio lib)
    208209*/
     
    12521253/*!
    12531254  \class SOPHYA::FitsOutFile
     1255  \ingroup FitsIOServer
    12541256 Class for loading  SOPHYA objects from FITS Format Files (uses cfitsio lib)
    12551257*/
Note: See TracChangeset for help on using the changeset viewer.