Changeset 1441 in Sophya for trunk/SophyaProg/PrgMap/map2cl.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/PrgMap/map2cl.cc

    r1430 r1441  
    1515
    1616
     17/*!
     18  \ingroup PrgUtil
     19  \file map2cl.cc
     20  \brief \b map2cl: Computes power spectra (C(l)) on spherical maps.
     21
     22  \verbatim
     23
     24  csh> map2cl -h
     25  SOPHYA Version  1.1 Revision 0 (V_Fev2001) -- Mar  9 2001 15:45:31 cxx
     26
     27  map2cl : Spherical harmonics analysis - HEALPix map -> Power spectrum C_l
     28  Usage: map2cl [-float/-r4] [-lmax lval] [-thetacut dtdeg]
     29         [-fitsin] [-fitsout] InFileName OutFileName
     30   -float (-r4): single precision C_l and map (default = double)
     31   -lmax lval: Maximum value for l index (default=255)
     32   -thetacut dtdeg : Symmetric delta-theta cut (in degree) along equator
     33                    (default=0 -> no cut)
     34   -fitsout: Select the FITS format for the output map (default PPF format)
     35   -fitsin : Select the FITS format for the input vector (default PPF format)
     36   InFileName : Input file name (HEALPix map)
     37   OutFileName : Output file name (the C_l vector)
     38
     39  \endverbatim
     40*/
    1741
    1842/* Nouvelle-Fonction */
     
    132156  }
    133157
    134   if ((narg-ko) < 1)  Usage(true);
     158  if ((narg-ko) < 2)  Usage(true);
    135159  infile = arg[ko];
    136160  outfile = arg[ko+1];
Note: See TracChangeset for help on using the changeset viewer.