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/spherethetaphi.h

    r2978 r2985  
    2727public :
    2828
    29 //! return the size index value corresponding to resolution res (in radian)
     29//! return the size index value corresponding to resolution \b res (in radian)
    3030static inline int_4 ResolToSizeIndex(double res)
    3131  { return (int_4)((M_PI/2./res)+0.5); }
     32//! return the pixel resolution (in radian) for the size index \b m
     33static inline double  SizeIndexToResol(int_4 m)
     34  { return (M_PI/(2.*(double)m)); }
    3235
    3336SphereThetaPhi();
Note: See TracChangeset for help on using the changeset viewer.