Changeset 2985 in Sophya for trunk/SophyaLib/SkyMap/spherehealpix.h
- Timestamp:
- Jun 21, 2006, 5:55:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherehealpix.h
r2978 r2985 51 51 static inline int_4 ResolToNSide(double res) 52 52 { return HEALPix::ResolToSizeIndex(res); } 53 //! return the pixel resolution (in radian) for the size index (=nside) m 54 static inline double SizeIndexToResol(int_4 m) 55 { return HEALPix::SizeIndexToResol(m); } 56 //! return the pixel resolution (in radian) for the size index (=nside) m 57 static inline double NSideToResol(int_4 m) 58 { return HEALPix::SizeIndexToResol(m); } 53 59 54 60 SphereHEALPix(bool fgring=true); … … 113 119 inline bool IfNESTED() const { return ( (fgring_) ? false : true ); } 114 120 115 /*116 virtual T& PixValNest(int_4 k);117 virtual T const& PixValNest(int_4 k) const;118 virtual int_4 PixIndexSphNest(double theta,double phi) const;119 virtual void PixThetaPhiNest(int_4 k,double& theta,double& phi) const;120 */121 121 122 122 void Pixelize(int_4);
Note:
See TracChangeset
for help on using the changeset viewer.