Ignore:
Timestamp:
Jun 21, 2006, 5:55:29 PM (19 years ago)
Author:
ansari
Message:

1/ Suite codage HEALPix-NEST , test avec transforme Ylm OK
2/ Petites modifs et corrections diverses (ajout SizeIndex2Resol() par exemple)

Reza 21 Juin 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/spherehealpix.h

    r2978 r2985  
    5151  static inline int_4 ResolToNSide(double res)
    5252         { return  HEALPix::ResolToSizeIndex(res); }
     53  //! return the pixel resolution (in radian) for the size index (=nside) m
     54  static inline double  SizeIndexToResol(int_4 m)
     55  { return  HEALPix::SizeIndexToResol(m); }
     56  //! return the pixel resolution (in radian) for the size index (=nside) m
     57  static inline double  NSideToResol(int_4 m)
     58  { return  HEALPix::SizeIndexToResol(m); }
    5359
    5460SphereHEALPix(bool fgring=true);
     
    113119inline bool IfNESTED() const { return ( (fgring_) ? false : true ); }
    114120
    115 /*
    116 virtual T& PixValNest(int_4 k);
    117 virtual T const& PixValNest(int_4 k) const;
    118 virtual int_4 PixIndexSphNest(double theta,double phi) const;
    119 virtual void PixThetaPhiNest(int_4 k,double& theta,double& phi) const;
    120 */
    121121
    122122void Pixelize(int_4);
Note: See TracChangeset for help on using the changeset viewer.