Ignore:
Timestamp:
Apr 10, 2000, 3:01:22 PM (25 years ago)
Author:
ansari
Message:

Passage SphereHealpix a SphereHEALPix , FITS_SphereHEALPix mis ds FitsIOServer

  1. Ansari 10/4/2000
File:
1 edited

Legend:

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

    r843 r853  
    1313
    1414
    15 // ***************** CLASSE SphereHealpix *****************************
    16 
    17 //!  class SphereHealpix
     15// ***************** CLASSE SphereHEALPix *****************************
     16
     17//!  class SphereHEALPix
    1818/*!
    1919   Pixelisation Gorski 
     
    5555
    5656template<class T>
    57 class FIO_SphereHealpix;
     57class FIO_SphereHEALPix;
    5858
    5959template<class T>
    60 class FITS_SphereHealpix;
     60class FITS_SphereHEALPix;
    6161
    6262template<class T>
    63 class SphereHealpix : public SphericalMap<T>
     63class SphereHEALPix : public SphericalMap<T>
    6464{
    6565
    6666
    67   friend class FIO_SphereHealpix<T>;
    68   friend class FITS_SphereHealpix<T>;
     67  friend class FIO_SphereHEALPix<T>;
     68  friend class FITS_SphereHEALPix<T>;
    6969
    7070public :
    7171
    72 SphereHealpix();
     72SphereHEALPix();
    7373/*!   
    7474  m is the "nside" of the Gorski algorithm
     
    7878  nside MUST be a power of 2 (<= 8192)
    7979*/
    80 SphereHealpix(int_4 m);
    81 SphereHealpix(const SphereHealpix<T>& s, bool share=false);
     80SphereHEALPix(int_4 m);
     81SphereHEALPix(const SphereHEALPix<T>& s, bool share=false);
    8282//!     Destructor
    83 virtual ~SphereHealpix();
     83virtual ~SphereHEALPix();
    8484
    8585/*! Setting blockdata to temporary (see ndatablock documentation) */
Note: See TracChangeset for help on using the changeset viewer.