Changeset 1441 in Sophya for trunk/SophyaProg/PrgUtil/scanppf.cc


Ignore:
Timestamp:
Mar 14, 2001, 5:25:02 PM (25 years ago)
Author:
ansari
Message:

documentation PrgUtil (fichiers .cc) pour doxygen - Reza 14/3/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgUtil/scanppf.cc

    r1373 r1441  
    1212#include <console.h>
    1313#endif
     14
     15
     16/*!
     17  \defgroup PrgUtil PrgUtil module
     18  This module contains simple programs to perform various utility tasks:
     19  <UL>
     20  <LI> scanppf : Check and scan PPF files (scanppf.cc)
     21  <LI> scanfits : Check and scan FITS files (scanfits.cc)
     22  <LI> runcxx : Compile and run simple C++ code using SOPHYA (runcxx.cc)
     23  <LI> prjsmap : Molleweide and sinus projection of sky maps (prjsmap.cc)
     24  <LI> map2cl : Computes power spectra (C(l)) on spherical maps (map2cl.cc)
     25  <LI> cl2map : generates spherical maps from power spectra (C(l)) (cl2map.cc)
     26  </UL>
     27*/
     28
     29/*!
     30  \ingroup PrgUtil
     31  \file scanppf.cc
     32  \brief \b scanppf: Check and scan PPF files
     33
     34  \verbatim
     35
     36  csh> scanppf -h
     37  SOPHYA Version  1.1 Revision 0 (V_Fev2001) -- Mar  9 2001 15:45:31 cxx
     38  Usage: scanppf filename [s/n/a0/a1/a2/a3]
     39     s[=default} : Sequential reading of objects
     40     n : Object reading at NameTags
     41     a0...a3 : Tag List with PInPersist.AnalyseTags(0...3)
     42
     43  \endverbatim
     44*/
    1445
    1546int main(int narg, char* arg[])
Note: See TracChangeset for help on using the changeset viewer.