Changeset 1441 in Sophya for trunk/SophyaProg/PrgMap/map2cl.cc
- Timestamp:
- Mar 14, 2001, 5:25:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgMap/map2cl.cc
r1430 r1441 15 15 16 16 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 */ 17 41 18 42 /* Nouvelle-Fonction */ … … 132 156 } 133 157 134 if ((narg-ko) < 1) Usage(true);158 if ((narg-ko) < 2) Usage(true); 135 159 infile = arg[ko]; 136 160 outfile = arg[ko+1];
Note:
See TracChangeset
for help on using the changeset viewer.