Changeset 2985 in Sophya for trunk/SophyaLib/SkyMap/sphereecp.h


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

    r2978 r2985  
    2626static inline int_4 ResolToSizeIndex(double res)
    2727  { return (int_4)((M_PI/res)+0.5); }
     28//! return the pixel resolution (in radian) for the size index \b m
     29static inline double  SizeIndexToResol(int_4 m)
     30  { return  (M_PI/(double)m); }
    2831
    2932  // Constructeur par defaut
Note: See TracChangeset for help on using the changeset viewer.