Changeset 2012 in Sophya
- Timestamp:
- May 16, 2002, 10:39:53 PM (23 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/toi2map.cc
r1809 r2012 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toi2map.cc,v 1.2 4 2001-12-03 20:38:02 cmvExp $5 // $Id: toi2map.cc,v 1.25 2002-05-16 20:39:52 ansari Exp $ 6 6 7 7 #include "machdefs.h" … … 15 15 //////////////////////////////////////////////////////////////////////// 16 16 TOI2Map::TOI2Map(PixelMap<r_8>* map,PixelMap<r_8>* wmap) 17 : mMap(map), mWMap(wmap), mWMapInternal(false) 17 : mMap(map), mWMap(wmap), mWMapInternal(false), totnscount(0) 18 18 { 19 19 SetEquinox(); … … 153 153 getData(1,i0,nget,bc2); 154 154 getData(2,i0,nget,bbolo,bfgbolo); 155 totnscount += nget; 155 156 } 156 157 bolo = bbolo[s-i0]; fgbolo = bfgbolo[s-i0]; … … 160 161 coord1 = getData(0,s); 161 162 coord2 = getData(1,s); 163 totnscount++; 162 164 #endif 163 165 -
trunk/ArchTOIPipe/ProcWSophya/toi2map.h
r1809 r2012 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi2map.h,v 1.1 4 2001-12-03 20:38:03 cmvExp $7 // $Id: toi2map.h,v 1.15 2002-05-16 20:39:53 ansari Exp $ 8 8 9 9 #ifndef TOI2MAP_H … … 71 71 // Print 72 72 void Print(::ostream & os); 73 inline int_8 ProcessedSampleCount() const { return totnscount; } 73 74 74 75 protected: … … 83 84 uint_8 mBadFlag; 84 85 r_8 mValMin,mValMax; 86 int_8 totnscount; // Nombre total d'echantillon processe 87 85 88 }; 86 89 -
trunk/ArchTOIPipe/TestPipes/tsttoi2map.cc
r1810 r2012 241 241 // } 242 242 243 // 244 // ProcSampleCounter<FITSTOIReader> stats(rfitsb);245 // stats.InfoMessage() = "tsttoi2map/Info";246 // stats.PrintStats();243 // Affichage de l'avancement des TOIProcessors 244 ProcSampleCounter<TOI2Map> stats(toi2m); 245 stats.InfoMessage() = "tsttoi2map/Info"; 246 stats.PrintStats(); 247 247 248 248 // Fin des traitements des TOIProcessors
Note:
See TracChangeset
for help on using the changeset viewer.