Changeset 1805 in Sophya for trunk/ArchTOIPipe/ProcWSophya/toi2map.h
- Timestamp:
- Nov 30, 2001, 10:08:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/toi2map.h
r1792 r1805 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi2map.h,v 1.1 1 2001-11-27 12:12:12aubourg Exp $7 // $Id: toi2map.h,v 1.12 2001-11-30 21:07:16 aubourg Exp $ 8 8 9 #ifndef TOI2 MAP_H10 #define TOI2 MAP_H9 #ifndef TOI2GMAP_H 10 #define TOI2GMAP_H 11 11 12 12 #include "toiprocessor.h" 13 13 #include "toiprocessor.h" 14 14 #include "spherehealpix.h" 15 #include "localmap.h" 15 16 #include "flagtoidef.h" 16 17 #include "xastropack.h" 17 18 18 //-- Un projecteur de TOI sur une sphere Healpix19 //-- Un projecteur de TOI sur une carte quelconque 19 20 // Lecture de 3 TOI coord1,coord2,boloMuV 20 // Sortie pas de TOI, une (2) sphere(s) Healpix21 // Sortie pas de TOI, une (2) cartes 21 22 // 22 23 // Structure generale : 23 // |----> Sphere24 // |---->Carte 24 25 // | 25 26 // ----------- … … 34 35 // Si les CoordIn et les CoordOut sont equatoriales -> meme equinoxe! 35 36 36 class TOI2 Map : public TOIProcessor {37 class TOI2GMap : public TOIProcessor { 37 38 public: 38 TOI2 Map(SphereHEALPix<r_8>* sph,SphereHEALPix<r_8>* wsph=NULL);39 virtual ~TOI2 Map();39 TOI2GMap(PixelMap<r_8>* map,PixelMap<r_8>* wmap=NULL); 40 virtual ~TOI2GMap(); 40 41 41 42 virtual void init(void); … … 65 66 void SetIsColat(bool b=true) {mIsColat=b;} // latitude is a colatitude, 0-Pi 66 67 protected: 67 SphereHEALPix<r_8>* mSph;68 SphereHEALPix<r_8>* mWSph;69 bool mW SphInternal;68 PixelMap<r_8>* mMap; 69 PixelMap<r_8>* mWMap; 70 bool mWMapInternal; 70 71 71 72 TypAstroCoord mTypCoorIn, mTypCoorOut;
Note:
See TracChangeset
for help on using the changeset viewer.