Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDContainer.h

    r27 r18  
    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;
    115111
    116112  Double timestamp;
    117113  String sourcename;
    118114  Double interval;
    119   Int scanid;
     115  uInt scanid;
    120116 
    121117private:
Note: See TracChangeset for help on using the changeset viewer.