Changeset 2354 in Sophya for trunk/ArchTOIPipe/ProcWSophya/ring2cout.h
- Timestamp:
- Mar 26, 2003, 10:48:53 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/ring2cout.h
r2352 r2354 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: ring2cout.h,v 1. 1 2003-03-24 11:07:00cecile Exp $7 // $Id: ring2cout.h,v 1.2 2003-03-26 09:48:53 cecile Exp $ 8 8 9 9 #ifndef TOI2RING_H … … 13 13 #include "flagtoidef.h" 14 14 15 //-- Un generateur de RING a partir d'une sphere et de 2 TOIs coordin1,coordin2 16 // Lecture de 2 TOI coord1,coord2 et d'une Sphere Healpix 17 // Sortie de 3 RING coord1,coord2,boloMuV 18 // 19 // Structure generale : 20 // Sphere ---- | 21 // | 22 // ----------- 23 // toi phase ---> | | ---> ring value 24 // |Ring2cout | ---> ring weight 25 // toi value ---> | | 26 // ----------- 15 //-- Un lecteur de RING 27 16 28 17 class Ring2cout : public TOIProcessor { 29 18 public: 30 Ring2cout( );19 Ring2cout(long n); 31 20 virtual ~Ring2cout(); 32 21 22 inline void setNSamples( long n=1024) 23 {Nsamples = n;} 33 24 34 25 virtual void init(void);
Note:
See TracChangeset
for help on using the changeset viewer.