Changeset 1441 in Sophya for trunk/SophyaProg/PrgMap/cl2map.cc
- Timestamp:
- Mar 14, 2001, 5:25:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgMap/cl2map.cc
r1430 r1441 14 14 #include "fitstarray.h" 15 15 16 /*! 17 \ingroup PrgUtil 18 \file cl2map.cc 19 \brief \b cl2map: generates spherical maps from power spectra (C(l)) 20 21 \verbatim 22 23 csh> cl2map -h 24 SOPHYA Version 1.1 Revision 0 (V_Fev2001) -- Mar 9 2001 15:45:31 cxx 25 26 cl2map : Spherical harmonics synthesis - Power spectrum C_l -> HEALPix map 27 Usage: cl2map [-float/-r4] [-msph pixp] [-beam fwhm] 28 [-fitsin] [-fitsout] [-autoinirand] InFileName OutFileName 29 -float (-r4): single precision C_l and map (default = double) 30 -msph pix: Spherical map pixelization parameter 31 nside=2^n for HEALPix - default=128 32 lmax = 2^n default=128 33 -beam fwhm : Beam moothing (in l-space) FWHM in arcmin, default=0 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 -autoinirand : Automtatic random number generator initialization 37 InFileName : Input file name containing the C_l vector 38 OutFileName : Output file name (HEALPix map) 39 40 \endverbatim 41 */ 16 42 17 43 … … 139 165 } 140 166 141 if ((narg-ko) < 1) Usage(true);167 if ((narg-ko) < 2) Usage(true); 142 168 infile = arg[ko]; 143 169 outfile = arg[ko+1];
Note:
See TracChangeset
for help on using the changeset viewer.