Ignore:
Timestamp:
08/09/11 23:55:12 (13 years ago)
Author:
tbretz
Message:
added the possibility to read the pixel map from a file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mraw/MRawFitsRead.h

    r11490 r11871  
    1111{
    1212private:
    13     std::vector<UInt_t> fPCTime; //! Buffer
     13    std::vector<UInt_t>   fPCTime;   //! Buffer
     14    std::vector<UShort_t> fPixelMap; //!
    1415
    1516    istream *OpenFile(const char *filename);
     
    2425    static Bool_t IsFits(const char *name);
    2526
     27    Bool_t LoadMap(const char *name);
     28
    2629    ClassDef(MRawFitsRead, 0)   // Task to read the raw data binary file
    2730};
Note: See TracChangeset for help on using the changeset viewer.