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.h

    r2012 r2058  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toi2map.h,v 1.15 2002-05-16 20:39:53 ansari Exp $
     7// $Id: toi2map.h,v 1.16 2002-06-18 12:21:09 ansari Exp $
    88
    99#ifndef TOI2MAP_H
     
    5858              {mTypCoorMap = DecodeTypAstro(ctype);}
    5959
     60  // Facteur de calibration
     61  inline void SetCalibrationFactor(double fac = 1.)
     62              { mCalibFactor = fac; }
     63  inline double GetCalibrationFactor()
     64              { return  mCalibFactor; }
     65     
    6066  // Test on flag value ? if yes, BAD sample have flag matching mBadFlag
    6167  inline void SetTestFlag(bool tflg=false, uint_8 badflg=FlgToiAll)
     
    8187  double mActualYear;
    8288
     89  double mCalibFactor;
    8390  bool mTFlag,mTMin,mTMax;
    8491  uint_8 mBadFlag;
Note: See TracChangeset for help on using the changeset viewer.