Ignore:
Timestamp:
Jun 11, 2002, 7:14:26 PM (23 years ago)
Author:
ansari
Message:

corrections pour proj ds localmap - Reza 11/6/2002

File:
1 edited

Legend:

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

    r2012 r2054  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toi2map.cc,v 1.25 2002-05-16 20:39:52 ansari Exp $
     5// $Id: toi2map.cc,v 1.26 2002-06-11 17:14:25 ansari Exp $
    66
    77#include "machdefs.h"
     
    194194
    195195  int_4 ipix = mMap->PixIndexSph(theta,phi);
     196  if ((ipix < 0) || (ipix >= mMap->NbPixels()) ) continue;
    196197  (*mMap)(ipix) += bolo;   
    197198  ((*mWMap)(ipix)) += 1;
Note: See TracChangeset for help on using the changeset viewer.