Changeset 853 in Sophya for trunk/SophyaLib/SkyMap/spherehealpix.h
- Timestamp:
- Apr 10, 2000, 3:01:22 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherehealpix.h
r843 r853 13 13 14 14 15 // ***************** CLASSE SphereH ealpix *****************************16 17 //! class SphereH ealpix15 // ***************** CLASSE SphereHEALPix ***************************** 16 17 //! class SphereHEALPix 18 18 /*! 19 19 Pixelisation Gorski … … 55 55 56 56 template<class T> 57 class FIO_SphereH ealpix;57 class FIO_SphereHEALPix; 58 58 59 59 template<class T> 60 class FITS_SphereH ealpix;60 class FITS_SphereHEALPix; 61 61 62 62 template<class T> 63 class SphereH ealpix : public SphericalMap<T>63 class SphereHEALPix : public SphericalMap<T> 64 64 { 65 65 66 66 67 friend class FIO_SphereH ealpix<T>;68 friend class FITS_SphereH ealpix<T>;67 friend class FIO_SphereHEALPix<T>; 68 friend class FITS_SphereHEALPix<T>; 69 69 70 70 public : 71 71 72 SphereH ealpix();72 SphereHEALPix(); 73 73 /*! 74 74 m is the "nside" of the Gorski algorithm … … 78 78 nside MUST be a power of 2 (<= 8192) 79 79 */ 80 SphereH ealpix(int_4 m);81 SphereH ealpix(const SphereHealpix<T>& s, bool share=false);80 SphereHEALPix(int_4 m); 81 SphereHEALPix(const SphereHEALPix<T>& s, bool share=false); 82 82 //! Destructor 83 virtual ~SphereH ealpix();83 virtual ~SphereHEALPix(); 84 84 85 85 /*! Setting blockdata to temporary (see ndatablock documentation) */
Note:
See TracChangeset
for help on using the changeset viewer.