Ignore:
Timestamp:
May 16, 2002, 10:39:53 PM (23 years ago)
Author:
ansari
Message:

Ajout fonction ProcessedSampleCount ds TOI2Map / activation print stat ds tsttoi2map.cc - Reza 16/5/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/toi2map.cc

    r1809 r2012  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toi2map.cc,v 1.24 2001-12-03 20:38:02 cmv Exp $
     5// $Id: toi2map.cc,v 1.25 2002-05-16 20:39:52 ansari Exp $
    66
    77#include "machdefs.h"
     
    1515////////////////////////////////////////////////////////////////////////
    1616TOI2Map::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)
    1818{
    1919 SetEquinox();
     
    153153    getData(1,i0,nget,bc2);
    154154    getData(2,i0,nget,bbolo,bfgbolo);
     155    totnscount += nget;
    155156  }
    156157  bolo = bbolo[s-i0]; fgbolo = bfgbolo[s-i0];
     
    160161  coord1 = getData(0,s);
    161162  coord2 = getData(1,s);
     163  totnscount++;
    162164#endif
    163165
Note: See TracChangeset for help on using the changeset viewer.