Ignore:
Timestamp:
Nov 13, 2001, 4:29:59 PM (24 years ago)
Author:
lemeur
Message:

adaptation aus spheres theta-phi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/sphericaltransformserver.h

    r1683 r1756  
    4646
    4747
    48 void DecomposeToAlm(SphericalMap<T>& map, Alm<T>& alm, int_4 nlmax, r_8 cos_theta_cut, int iterationOrder = 0) const;
     48void DecomposeToAlm(SphericalMap<T>& map, Alm<T>& alm, int_4 nlmax, r_8 cos_theta_cut, int iterationOrder) const;
     49void DecomposeToAlm(const SphericalMap<T>& map, Alm<T>& alm, int_4 nlmax, r_8 cos_theta_cut) const;
    4950
    5051void DecomposeToAlm(SphericalMap<T>& mapq,
     
    5455                    int_4 nlmax,
    5556                    r_8 cos_theta_cut,
    56                     int iterationOrder = 0) const;
     57                    int iterationOrder) const;
     58void DecomposeToAlm(const SphericalMap<T>& mapq,
     59                    const SphericalMap<T>& mapu,
     60                    Alm<T>& alme,
     61                    Alm<T>& almb,
     62                    int_4 nlmax,
     63                    r_8 cos_theta_cut) const;
    5764
    5865TVector<T>  DecomposeToCl(SphericalMap<T>& sph, 
    59                            int_4 nlmax, r_8 cos_theta_cut, int iterationOrder = 0) const;
     66                           int_4 nlmax, r_8 cos_theta_cut, int iterationOrder) const;
     67
     68TVector<T>  DecomposeToCl(const SphericalMap<T>& sph, 
     69                           int_4 nlmax, r_8 cos_theta_cut) const;
    6070
    6171
Note: See TracChangeset for help on using the changeset viewer.