Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDContainer.h

    r18 r27  
    109109  const Array<uChar>& getFlags() const { return flags_; }
    110110  const Array<Float>& getTsys() const { return tsys_; }
     111 
     112  Array<Float> getSpectrum(uInt whichBeam, uInt whichIF) const;
     113  Array<uChar> getFlags(uInt whichBeam, uInt whichIF) const;
     114  Array<Float> getTsys(uInt whichBeam, uInt whichIF) const;
    111115
    112116  Double timestamp;
    113117  String sourcename;
    114118  Double interval;
    115   uInt scanid;
     119  Int scanid;
    116120 
    117121private:
Note: See TracChangeset for help on using the changeset viewer.