Changeset 2228 in Sophya for trunk/ArchTOIPipe/ProcWSophya/toi2map.h
- Timestamp:
- Oct 24, 2002, 12:30:50 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/toi2map.h
r2074 r2228 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi2map.h,v 1.1 7 2002-06-18 20:55:21 ansariExp $7 // $Id: toi2map.h,v 1.18 2002-10-24 10:30:50 aubourg Exp $ 8 8 9 9 #ifndef TOI2MAP_H … … 38 38 public: 39 39 TOI2Map(PixelMap<r_8>* map,PixelMap<r_8>* wmap=NULL); 40 TOI2Map(string mapFName, string wmapFName, int nside); 40 41 //TOI2Map(SphereHEALPix<r_8>* map,SphereHEALPix<r_8>* wmap=NULL); 41 42 virtual ~TOI2Map(); … … 81 82 82 83 protected: 84 void commonConst(); 85 83 86 PixelMap<r_8>* mMap; 84 87 PixelMap<r_8>* mWMap; 85 88 bool mWMapInternal; 89 90 string mMapFName, mWMapFName; 86 91 87 92 unsigned long mTypCoorIn, mTypCoorMap;
Note:
See TracChangeset
for help on using the changeset viewer.