Changeset 2058 in Sophya for trunk/ArchTOIPipe/ProcWSophya/toi2map.cc
- Timestamp:
- Jun 18, 2002, 2:21:09 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/toi2map.cc
r2054 r2058 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toi2map.cc,v 1.2 6 2002-06-11 17:14:25ansari Exp $5 // $Id: toi2map.cc,v 1.27 2002-06-18 12:21:08 ansari Exp $ 6 6 7 7 #include "machdefs.h" … … 20 20 SetCoorIn(); 21 21 SetCoorMap(); 22 SetCalibrationFactor(); 22 23 SetTestFlag(); 23 24 SetTestMin(); … … 195 196 int_4 ipix = mMap->PixIndexSph(theta,phi); 196 197 if ((ipix < 0) || (ipix >= mMap->NbPixels()) ) continue; 197 (*mMap)(ipix) += bolo ;198 (*mMap)(ipix) += bolo*mCalibFactor; 198 199 ((*mWMap)(ipix)) += 1; 199 200 mNSnFill++;
Note:
See TracChangeset
for help on using the changeset viewer.