Changeset 2985 in Sophya for trunk/SophyaLib/SkyMap/HEALPixUtils.cc
- Timestamp:
- Jun 21, 2006, 5:55:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/HEALPixUtils.cc
r2973 r2985 707 707 return m; 708 708 } 709 710 //! return the pixel resolution for a given size index (nside) 711 double HEALPix::SizeIndexToResol(int_4 m) 712 { 713 double res = 4.*M_PI/(double)(12*m*m); 714 return sqrt(res); 715 }
Note:
See TracChangeset
for help on using the changeset viewer.