Changeset 1430 in Sophya
- Timestamp:
- Mar 1, 2001, 6:59:46 PM (25 years ago)
- Location:
- trunk/SophyaProg
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgMap/cl2map.cc
r1427 r1430 27 27 cout << " cl2map : Spherical harmonics synthesis - Power spectrum C_l -> HEALPix map \n" 28 28 << " Usage: cl2map [-float/-r4] [-msph pixp] [-beam fwhm] \n" 29 << " [ fitsin] [-fitsout] [-autoinirand] InFileName OutFileName \n"29 << " [-fitsin] [-fitsout] [-autoinirand] InFileName OutFileName \n" 30 30 << " -float (-r4): single precision C_l and map (default = double) \n" 31 31 << " -msph pix: Spherical map pixelization parameter \n" -
trunk/SophyaProg/PrgMap/map2cl.cc
r1427 r1430 27 27 cout << " map2cl : Spherical harmonics analysis - HEALPix map -> Power spectrum C_l \n" 28 28 << " Usage: map2cl [-float/-r4] [-lmax lval] [-thetacut dtdeg] \n" 29 << " [ fitsin] [-fitsout] InFileName OutFileName \n"29 << " [-fitsin] [-fitsout] InFileName OutFileName \n" 30 30 << " -float (-r4): single precision C_l and map (default = double) \n" 31 31 << " -lmax lval: Maximum value for l index (default=255)\n" -
trunk/SophyaProg/PrgUtil/programs
r1427 r1430 4 4 cl2map cl2map.o 5 5 map2cl map2cl.o 6 prjsmap prjsmap.o 6 7
Note:
See TracChangeset
for help on using the changeset viewer.