Changeset 1805 in Sophya for trunk/ArchTOIPipe
- Timestamp:
- Nov 30, 2001, 10:08:36 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/toi2map.cc
r1804 r1805 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toi2map.cc,v 1.2 0 2001-11-30 21:07:16 aubourg Exp $5 // $Id: toi2map.cc,v 1.21 2001-11-30 21:08:36 aubourg Exp $ 6 6 7 7 #include "machdefs.h" … … 9 9 #include "pexceptions.h" 10 10 #include "ctimer.h" 11 #include "toi 2gmap.h"11 #include "toigmap.h" 12 12 13 13 //////////////////////////////////////////////////////////////////////// -
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; -
trunk/ArchTOIPipe/TestPipes/quickmap.cc
r1800 r1805 1 1 // GPH 424.1 Planck HFI-L2 Simple Map Making 2 2 // Eric Aubourg CEA/DAPNIA/SPP 3 // $Id: quickmap.cc,v 1. 1 2001-11-29 18:19:32aubourg Exp $3 // $Id: quickmap.cc,v 1.2 2001-11-30 21:08:36 aubourg Exp $ 4 4 5 5 #include <stdlib.h> … … 13 13 14 14 #include "sambainit.h" 15 #include "toi2 gmap.h"15 #include "toi2map.h" 16 16 #include "fitsspherehealpix.h" 17 17 #include "localmap.h" -
trunk/ArchTOIPipe/TestPipes/quickmap_p.cc
r1801 r1805 1 1 // GPH 424.1 Planck HFI-L2 Simple Map Making 2 2 // Eric Aubourg CEA/DAPNIA/SPP 3 // $Id: quickmap_p.cc,v 1. 2 2001-11-30 15:02:04aubourg Exp $3 // $Id: quickmap_p.cc,v 1.3 2001-11-30 21:08:36 aubourg Exp $ 4 4 5 5 #include <stdlib.h> … … 13 13 14 14 #include "sambainit.h" 15 #include "toi 2gmap.h"15 #include "toigmap.h" 16 16 #include "fitsspherehealpix.h" 17 17 #include "localmap.h" -
trunk/ArchTOIPipe/files_sophya
r1800 r1805 7 7 toi2map.cc 8 8 toi2map.h 9 toi2gmap.cc10 toi2gmap.h11 9 flagtoidef.h 12 10 ktoibad.h
Note:
See TracChangeset
for help on using the changeset viewer.