Changeset 2973 in Sophya for trunk/SophyaLib/SkyMap/HEALPixUtils.h
- Timestamp:
- Jun 20, 2006, 6:01:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/HEALPixUtils.h
r1196 r2973 21 21 static void pix2ang_ring(int_4 nside,int_4 ipix,double& theta,double& phi) ; 22 22 static void pix2ang_nest(int_4 nside,int_4 ipix,double& theta,double& phi) ; 23 24 static int_4 ResolToSizeIndex(double res); 25 static inline int_4 ResolToNSide(double res) 26 { return ResolToSizeIndex(res); } 23 27 }; 24 28
Note:
See TracChangeset
for help on using the changeset viewer.