Ignore:
Timestamp:
Jun 21, 2006, 10:38:26 AM (19 years ago)
Author:
ansari
Message:

1/ Mise en place de la prise en charge du schema de pixelisation NESTED dans
SphereHEALPix<T>
2/ petites corrections sur PixelMap<T> et cartes speheriques

Reza 21/06/2006

File:
1 edited

Legend:

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

    r2973 r2978  
    2929//! return the size index value corresponding to resolution res (in radian)
    3030static inline int_4 ResolToSizeIndex(double res)
    31   { return (M_PI/2./res); }
     31  { return (int_4)((M_PI/2./res)+0.5); }
    3232
    3333SphereThetaPhi();
Note: See TracChangeset for help on using the changeset viewer.