Changeset 1191 in Sophya for trunk/SigPredictor/lobelevshealpix.h
- Timestamp:
- Sep 19, 2000, 2:28:59 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SigPredictor/lobelevshealpix.h
r1152 r1191 3 3 4 4 #include "meanlobe.h" 5 #include " spherehealpix.h"5 #include "fitsspherehealpix.h" 6 6 7 7 class LobeLevSHealpix:public MeanFreqLobe … … 10 10 LobeLevSHealpix(char FileOflobeMap[],double angMax_degre, double MeanFreq_Hz); 11 11 ~LobeLevSHealpix(); 12 const SphereHEALPix< float>& sphere() const { return *pSphere;}12 const SphereHEALPix<r_4>& sphere() const { return *pSphere;} 13 13 protected: 14 14 virtual double ResolutionCurve(double angleShift) const … … 21 21 const UnitVector& VY) const; 22 22 23 SphereHEALPix<float>* pSphere; 23 //FITS_SphereHEALPix<float>* pFSphere; 24 SphereHEALPix<r_4>* pSphere; 24 25 }; 25 26
Note:
See TracChangeset
for help on using the changeset viewer.