Changeset 1195 in Sophya for trunk/SophyaLib/SkyMap/spherehealpix.h
- Timestamp:
- Sep 20, 2000, 5:30:03 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherehealpix.h
r1145 r1195 216 216 inline SphereHEALPix<T>& operator = (const SphereHEALPix<T>& a) 217 217 {return Set(a);} 218 218 219 219 220 private : 220 221 … … 223 224 void SetThetaSlices(); 224 225 225 int_4 nest2ring(int_4 nside,int_4 ipnest) const;226 int_4 ring2nest(int_4 nside,int_4 ipring) const;227 228 int_4 ang2pix_ring(int_4 nside,double theta,double phi) const;229 int_4 ang2pix_nest(int_4 nside,double theta,double phi) const;230 void pix2ang_ring(int_4 nside,int_4 ipix,double& theta,double& phi) const;231 void pix2ang_nest(int_4 nside,int_4 ipix,double& theta,double& phi) const;226 //int_4 nest2ring(int_4 nside,int_4 ipnest) const; 227 //int_4 ring2nest(int_4 nside,int_4 ipring) const; 228 229 //int_4 ang2pix_ring(int_4 nside,double theta,double phi) const; 230 //int_4 ang2pix_nest(int_4 nside,double theta,double phi) const; 231 //void pix2ang_ring(int_4 nside,int_4 ipix,double& theta,double& phi) const; 232 //void pix2ang_nest(int_4 nside,int_4 ipix,double& theta,double& phi) const; 232 233 inline void setParameters(int_4 nside, int_4 nbpixels, double solangle) 233 234 { … … 254 255 255 256 256 //////////////////////////////////////////////////////////////////////////257 //258 // ------------- Classe PIXELS_XY -----------------------259 //260 class PIXELS_XY261 {262 263 public :264 265 static PIXELS_XY& instance();266 267 NDataBlock<int_4> pix2x_;268 NDataBlock<int_4> pix2y_;269 NDataBlock<int_4> x2pix_;270 NDataBlock<int_4> y2pix_;271 272 private :273 274 PIXELS_XY();275 void mk_pix2xy();276 void mk_xy2pix();277 };278 257 279 258 } // Fin du namespace
Note:
See TracChangeset
for help on using the changeset viewer.