Ignore:
Timestamp:
Jun 18, 2002, 2:21:09 PM (23 years ago)
Author:
ansari
Message:

Ajout methode FITSTOIReader::setFlagFile() pour fichiers flag separes
de Level2 - Reza 18/6/2002

File:
1 edited

Legend:

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

    r2054 r2058  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toi2map.cc,v 1.26 2002-06-11 17:14:25 ansari Exp $
     5// $Id: toi2map.cc,v 1.27 2002-06-18 12:21:08 ansari Exp $
    66
    77#include "machdefs.h"
     
    2020 SetCoorIn();
    2121 SetCoorMap();
     22 SetCalibrationFactor();
    2223 SetTestFlag();
    2324 SetTestMin();
     
    195196  int_4 ipix = mMap->PixIndexSph(theta,phi);
    196197  if ((ipix < 0) || (ipix >= mMap->NbPixels()) ) continue;
    197   (*mMap)(ipix) += bolo;   
     198  (*mMap)(ipix) += bolo*mCalibFactor;   
    198199  ((*mWMap)(ipix)) += 1;
    199200  mNSnFill++;
Note: See TracChangeset for help on using the changeset viewer.