Ignore:
Timestamp:
Sep 20, 2000, 5:30:03 PM (25 years ago)
Author:
ansari
Message:

fichier d'utilitaire HEALPix

File:
1 edited

Legend:

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

    r1145 r1195  
    216216inline  SphereHEALPix<T>& operator = (const SphereHEALPix<T>& a)
    217217                                                        {return Set(a);}
    218        
     218
     219       
    219220private :
    220221
     
    223224void SetThetaSlices();
    224225
    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;
    232233inline void setParameters(int_4 nside, int_4 nbpixels, double solangle)
    233234  {
     
    254255
    255256
    256 //////////////////////////////////////////////////////////////////////////
    257 //
    258 // ------------- Classe PIXELS_XY -----------------------
    259 //
    260 class PIXELS_XY
    261 {
    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 };
    278257
    279258} // Fin du namespace
Note: See TracChangeset for help on using the changeset viewer.