Changeset 2054 in Sophya for trunk/ArchTOIPipe/ProcWSophya/toi2map.cc
- Timestamp:
- Jun 11, 2002, 7:14:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/toi2map.cc
r2012 r2054 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toi2map.cc,v 1.2 5 2002-05-16 20:39:52ansari Exp $5 // $Id: toi2map.cc,v 1.26 2002-06-11 17:14:25 ansari Exp $ 6 6 7 7 #include "machdefs.h" … … 194 194 195 195 int_4 ipix = mMap->PixIndexSph(theta,phi); 196 if ((ipix < 0) || (ipix >= mMap->NbPixels()) ) continue; 196 197 (*mMap)(ipix) += bolo; 197 198 ((*mWMap)(ipix)) += 1;
Note:
See TracChangeset
for help on using the changeset viewer.