Changeset 1430 in Sophya


Ignore:
Timestamp:
Mar 1, 2001, 6:59:46 PM (25 years ago)
Author:
ansari
Message:

Ajout du programe de projection de SphericalMap - Reza 1/3/2001

Location:
trunk/SophyaProg
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgMap/cl2map.cc

    r1427 r1430  
    2727    cout << " cl2map : Spherical harmonics synthesis - Power spectrum C_l -> HEALPix map \n"
    2828         << " Usage: cl2map [-float/-r4] [-msph pixp] [-beam fwhm] \n"
    29          << "        [fitsin] [-fitsout] [-autoinirand] InFileName OutFileName \n"
     29         << "        [-fitsin] [-fitsout] [-autoinirand] InFileName OutFileName \n"
    3030         << "   -float (-r4): single precision C_l and map (default = double) \n"
    3131         << "   -msph pix: Spherical map pixelization parameter \n"
  • trunk/SophyaProg/PrgMap/map2cl.cc

    r1427 r1430  
    2727    cout << " map2cl : Spherical harmonics analysis - HEALPix map -> Power spectrum C_l \n"
    2828         << " Usage: map2cl [-float/-r4] [-lmax lval] [-thetacut dtdeg] \n"
    29          << "        [fitsin] [-fitsout] InFileName OutFileName \n"
     29         << "        [-fitsin] [-fitsout] InFileName OutFileName \n"
    3030         << "   -float (-r4): single precision C_l and map (default = double) \n"
    3131         << "   -lmax lval: Maximum value for l index (default=255)\n"
  • trunk/SophyaProg/PrgUtil/programs

    r1427 r1430  
    44cl2map cl2map.o
    55map2cl map2cl.o
     6prjsmap prjsmap.o
    67
Note: See TracChangeset for help on using the changeset viewer.